#BABDD5

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

Shades of Lavender Grey #BABDD5

Tints of Lavender Grey #BABDD5

Color information

#BABDD5 (or 0xBABDD5) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and D5. RGB value is (186,189,213). Sum of RGB (Red+Green+Blue) = 186+189+213=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #BABDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD5 is #45422A. Grayscale: #BEBEBE. Windows color (decimal): -4538923 or 14007738. OLE color: 14007738.

HSL color Cylindrical-coordinate representation of color #BABDD5: hue angle of 233.33º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BABDD5 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186189213-
CMYK0.130.1100.16
HSL233.33º24.32%78.24%-
HSV(B)233.33º12.68%83.53%-
XYZ50.4651.6470.26-
YUV190.84140.51124.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=31.63%
G=32.14%
B=36.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861892130.130.1100.16233.3324.3278.24
HexBABDD5DB010e9184e
Octal272275325151302035130116
Binary1011101010111101110101011101101101000011101001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDD5; }

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

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

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

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

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

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

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

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