#BABDCC

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

Shades of Lavender Grey #BABDCC

Tints of Lavender Grey #BABDCC

Color information

#BABDCC (or 0xBABDCC) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and CC. RGB value is (186,189,204). Sum of RGB (Red+Green+Blue) = 186+189+204=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCC is #454233. Grayscale: #BDBDBD. Windows color (decimal): -4538932 or 13417914. OLE color: 13417914.

HSL color Cylindrical-coordinate representation of color #BABDCC: hue angle of 230º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABDCC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186189204-
CMYK0.090.0700.2
HSL230º15%76.47%-
HSV(B)230º8.82%80%-
XYZ49.3551.1964.41-
YUV189.81136.01125.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=32.12%
G=32.64%
B=35.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861892040.090.0700.22301576.47
HexBABDCC97014e6f4c
Octal27227531411702434617114
Binary10111010101111011100110010011110101001110011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDCC; }

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

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

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

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

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

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

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

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