#BABAFC

Color #BABAFC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BABAFC

Tints of Lavender Blue #BABAFC

Color information

#BABAFC (or 0xBABAFC) is unknown color: approx Lavender Blue. HEX triplet: BA, BA and FC. RGB value is (186,186,252). Sum of RGB (Red+Green+Blue) = 186+186+252=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #BABAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAFC is #454503. Grayscale: #C1C1C1. Windows color (decimal): -4539652 or 16562874. OLE color: 16562874.

HSL color Cylindrical-coordinate representation of color #BABAFC: hue angle of 240º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BABAFC is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186186252-
CMYK0.260.2600.01
HSL240º91.67%85.88%-
HSV(B)240º26.19%98.82%-
XYZ55.3852.5999.33-
YUV193.52161122.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=29.81%
G=29.81%
B=40.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861862520.260.2600.0124091.6785.88
HexBABAFC1A1A01f05c56
Octal272272374323201360134126
Binary1011101010111010111111001101011010011111000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAFC; }

 p { color: rgb(186,186,252); }

 H1.HeaderClassName
 {
   color: #BABAFC;
 }
 .AnyTagClassName
 {
   color: #BABAFC;
 }
</style>
background-color css

<style>
 a { background-color: #BABAFC; }

 a { background-color: rgb(186,186,252); }

 div.DivClassName
 {
   background-color: #BABAFC;
 }
 .BgClassName
 {
   background-color: #BABAFC;
 }
</style>
border-color css

<style>
 span { border-color: #BABAFC; }

 span { border-color: rgb(186,186,252); }

 td.TdClassName
 {
   border-color: #BABAFC;
 }
 .TagClassName
 {
   border-color: #BABAFC;
 }
</style>