#BABBD3

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

Shades of Lavender Grey #BABBD3

Tints of Lavender Grey #BABBD3

Color information

#BABBD3 (or 0xBABBD3) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and D3. RGB value is (186,187,211). Sum of RGB (Red+Green+Blue) = 186+187+211=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #BABBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD3 is #45442C. Grayscale: #BDBDBD. Windows color (decimal): -4539437 or 13876154. OLE color: 13876154.

HSL color Cylindrical-coordinate representation of color #BABBD3: hue angle of 237.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABBD3 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186187211-
CMYK0.120.1100.17
HSL237.6º22.12%77.84%-
HSV(B)237.6º11.85%82.75%-
XYZ49.7850.6868.79-
YUV189.44140.17125.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=31.85%
G=32.02%
B=36.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861872110.120.1100.17237.622.1277.84
HexBABBD3CB011ee164e
Octal272273323141302135626116
Binary1011101010111011110100111100101101000111101110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBD3; }

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

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

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

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

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

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

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

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