#BABCC9

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

Shades of Lavender Grey #BABCC9

Tints of Lavender Grey #BABCC9

Color information

#BABCC9 (or 0xBABCC9) is unknown color: approx Lavender Grey. HEX triplet: BA, BC and C9. RGB value is (186,188,201). Sum of RGB (Red+Green+Blue) = 186+188+201=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #BABCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCC9 is #454336. Grayscale: #BCBCBC. Windows color (decimal): -4539191 or 13221050. OLE color: 13221050.

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

Color convert

RGB186188201-
CMYK0.070.0600.21
HSL232º12.2%75.88%-
HSV(B)232º7.46%78.82%-
XYZ48.7850.6262.46-
YUV188.88134.84125.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 201 (78.91% from 255) = 34.96%
R=32.35%
G=32.70%
B=34.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861882010.070.0600.2123212.275.88
HexBABCC976015e8c4c
Octal2722743117602535014114
Binary1011101010111100110010011111100101011110100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCC9; }

 p { color: rgb(186,188,201); }

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

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

 a { background-color: rgb(186,188,201); }

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

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

 span { border-color: rgb(186,188,201); }

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