#BABBD6

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

Shades of Lavender Grey #BABBD6

Tints of Lavender Grey #BABBD6

Color information

#BABBD6 (or 0xBABBD6) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and D6. RGB value is (186,187,214). Sum of RGB (Red+Green+Blue) = 186+187+214=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #BABBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD6 is #454429. Grayscale: #BDBDBD. Windows color (decimal): -4539434 or 14072762. OLE color: 14072762.

HSL color Cylindrical-coordinate representation of color #BABBD6: hue angle of 237.86º 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 #BABBD6 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186187214-
CMYK0.130.1300.16
HSL237.86º25.45%78.43%-
HSV(B)237.86º13.08%83.92%-
XYZ50.1650.8370.79-
YUV189.78141.67125.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 214 (83.98% from 255) = 36.46%
R=31.69%
G=31.86%
B=36.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861872140.130.1300.16237.8625.4578.43
HexBABBD6DD010ee194e
Octal272273326151502035631116
Binary1011101010111011110101101101110101000011101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBD6; }

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

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

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

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

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

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

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

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