#BABAD2

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

Shades of Lavender Grey #BABAD2

Tints of Lavender Grey #BABAD2

Color information

#BABAD2 (or 0xBABAD2) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and D2. RGB value is (186,186,210). Sum of RGB (Red+Green+Blue) = 186+186+210=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAD2 is #45452D. Grayscale: #BCBCBC. Windows color (decimal): -4539694 or 13810362. OLE color: 13810362.

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

Color convert

RGB186186210-
CMYK0.110.1100.18
HSL240º21.05%77.65%-
HSV(B)240º11.43%82.35%-
XYZ49.4450.2168.06-
YUV188.74140126.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 210 (82.42% from 255) = 36.08%
R=31.96%
G=31.96%
B=36.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861862100.110.1100.1824021.0577.65
HexBABAD2BB012f0154e
Octal272272322131302236025116
Binary1011101010111010110100101011101101001011110000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAD2; }

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

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

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

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

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

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

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

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