#BABDCB

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

Shades of Lavender Grey #BABDCB

Tints of Lavender Grey #BABDCB

Color information

#BABDCB (or 0xBABDCB) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and CB. RGB value is (186,189,203). Sum of RGB (Red+Green+Blue) = 186+189+203=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #BABDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCB is #454234. Grayscale: #BDBDBD. Windows color (decimal): -4538933 or 13352378. OLE color: 13352378.

HSL color Cylindrical-coordinate representation of color #BABDCB: hue angle of 229.41º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABDCB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186189203-
CMYK0.080.0700.20
HSL229.41º14.05%76.27%-
HSV(B)229.41º8.37%79.61%-
XYZ49.2351.1563.78-
YUV189.7135.51125.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=32.18%
G=32.70%
B=35.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861892030.080.0700.20229.4114.0576.27
HexBABDCB87014e5e4c
Octal27227531310702434516114
Binary10111010101111011100101110001110101001110010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDCB; }

 p { color: rgb(186,189,203); }

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

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

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

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

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

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

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