#BABDD7

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

Shades of Lavender Grey #BABDD7

Tints of Lavender Grey #BABDD7

Color information

#BABDD7 (or 0xBABDD7) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and D7. RGB value is (186,189,215). Sum of RGB (Red+Green+Blue) = 186+189+215=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #BABDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD7 is #454228. Grayscale: #BEBEBE. Windows color (decimal): -4538921 or 14138810. OLE color: 14138810.

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

Color convert

RGB186189215-
CMYK0.130.1200.16
HSL233.79º26.61%78.63%-
HSV(B)233.79º13.49%84.31%-
XYZ50.7151.7471.6-
YUV191.07141.51124.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=31.53%
G=32.03%
B=36.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861892150.130.1200.16233.7926.6178.63
HexBABDD7DC010ea1b4f
Octal272275327151402035233117
Binary1011101010111101110101111101110001000011101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDD7; }

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

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

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

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

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

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

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

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