#BABDCA

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

Shades of Lavender Grey #BABDCA

Tints of Lavender Grey #BABDCA

Color information

#BABDCA (or 0xBABDCA) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and CA. RGB value is (186,189,202). Sum of RGB (Red+Green+Blue) = 186+189+202=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #BABDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCA is #454235. Grayscale: #BDBDBD. Windows color (decimal): -4538934 or 13286842. OLE color: 13286842.

HSL color Cylindrical-coordinate representation of color #BABDCA: hue angle of 228.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABDCA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186189202-
CMYK0.080.0600.21
HSL228.75º13.11%76.08%-
HSV(B)228.75º7.92%79.22%-
XYZ49.1151.163.15-
YUV189.58135.01125.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=32.24%
G=32.76%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861892020.080.0600.21228.7513.1176.08
HexBABDCA86015e5d4c
Octal27227531210602534515114
Binary10111010101111011100101010001100101011110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDCA; }

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

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

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

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

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

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

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

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