#BABBD5

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

Shades of Lavender Grey #BABBD5

Tints of Lavender Grey #BABBD5

Color information

#BABBD5 (or 0xBABBD5) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and D5. RGB value is (186,187,213). Sum of RGB (Red+Green+Blue) = 186+187+213=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #BABBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD5 is #45442A. Grayscale: #BDBDBD. Windows color (decimal): -4539435 or 14007226. OLE color: 14007226.

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

Color convert

RGB186187213-
CMYK0.130.1200.16
HSL237.78º24.32%78.24%-
HSV(B)237.78º12.68%83.53%-
XYZ50.0350.7870.12-
YUV189.66141.17125.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=31.74%
G=31.91%
B=36.35%

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
Decimal1861872130.130.1200.16237.7824.3278.24
HexBABBD5DC010ee184e
Octal272273325151402035630116
Binary1011101010111011110101011101110001000011101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBD5; }

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

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

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

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

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

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

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

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