#BABCD6

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

Shades of Lavender Grey #BABCD6

Tints of Lavender Grey #BABCD6

Color information

#BABCD6 (or 0xBABCD6) is unknown color: approx Lavender Grey. HEX triplet: BA, BC and D6. RGB value is (186,188,214). Sum of RGB (Red+Green+Blue) = 186+188+214=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #BABCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD6 is #454329. Grayscale: #BEBEBE. Windows color (decimal): -4539178 or 14073018. OLE color: 14073018.

HSL color Cylindrical-coordinate representation of color #BABCD6: hue angle of 235.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BABCD6 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186188214-
CMYK0.130.1200.16
HSL235.71º25.45%78.43%-
HSV(B)235.71º13.08%83.92%-
XYZ50.3751.2670.86-
YUV190.37141.34124.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=31.63%
G=31.97%
B=36.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861882140.130.1200.16235.7125.4578.43
HexBABCD6DC010ec194e
Octal272274326151402035431116
Binary1011101010111100110101101101110001000011101100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCD6; }

 p { color: rgb(186,188,214); }

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

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

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

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

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

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

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