#BABDD3

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

Shades of Lavender Grey #BABDD3

Tints of Lavender Grey #BABDD3

Color information

#BABDD3 (or 0xBABDD3) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and D3. RGB value is (186,189,211). Sum of RGB (Red+Green+Blue) = 186+189+211=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 211 - color contains mainly: blue. Hex color #BABDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD3 is #45422C. Grayscale: #BEBEBE. Windows color (decimal): -4538925 or 13876666. OLE color: 13876666.

HSL color Cylindrical-coordinate representation of color #BABDD3: hue angle of 232.8º 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 #BABDD3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186189211-
CMYK0.120.1000.17
HSL232.8º22.12%77.84%-
HSV(B)232.8º11.85%82.75%-
XYZ50.2151.5468.93-
YUV190.61139.51124.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 211 (82.81% from 255) = 36.01%
R=31.74%
G=32.25%
B=36.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861892110.120.1000.17232.822.1277.84
HexBABDD3CA011e9164e
Octal272275323141202135126116
Binary1011101010111101110100111100101001000111101001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDD3; }

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

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

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

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

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

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

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

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