#BABDD6

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

Shades of Lavender Grey #BABDD6

Tints of Lavender Grey #BABDD6

Color information

#BABDD6 (or 0xBABDD6) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and D6. RGB value is (186,189,214). Sum of RGB (Red+Green+Blue) = 186+189+214=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #BABDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD6 is #454229. Grayscale: #BEBEBE. Windows color (decimal): -4538922 or 14073274. OLE color: 14073274.

HSL color Cylindrical-coordinate representation of color #BABDD6: hue angle of 233.57º degrees, saturation: 0.25, 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 #BABDD6 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186189214-
CMYK0.130.1200.16
HSL233.57º25.45%78.43%-
HSV(B)233.57º13.08%83.92%-
XYZ50.5851.6970.93-
YUV190.95141.01124.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=31.58%
G=32.09%
B=36.33%

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
Decimal1861892140.130.1200.16233.5725.4578.43
HexBABDD6DC010ea194e
Octal272275326151402035231116
Binary1011101010111101110101101101110001000011101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDD6; }

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

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

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

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

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

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

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

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