#BABCD2

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

Shades of Lavender Grey #BABCD2

Tints of Lavender Grey #BABCD2

Color information

#BABCD2 (or 0xBABCD2) is unknown color: approx Lavender Grey. HEX triplet: BA, BC and D2. RGB value is (186,188,210). Sum of RGB (Red+Green+Blue) = 186+188+210=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD2 is #45432D. Grayscale: #BDBDBD. Windows color (decimal): -4539182 or 13810874. OLE color: 13810874.

HSL color Cylindrical-coordinate representation of color #BABCD2: hue angle of 235º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABCD2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186188210-
CMYK0.110.1000.18
HSL235º21.05%77.65%-
HSV(B)235º11.43%82.35%-
XYZ49.8751.0668.2-
YUV189.91139.34125.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 210 (82.42% from 255) = 35.96%
R=31.85%
G=32.19%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861882100.110.1000.1823521.0577.65
HexBABCD2BA012eb154e
Octal272274322131202235325116
Binary1011101010111100110100101011101001001011101011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCD2; }

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

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

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

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

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

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

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

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