#BABACC

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

Shades of Lavender Grey #BABACC

Tints of Lavender Grey #BABACC

Color information

#BABACC (or 0xBABACC) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and CC. RGB value is (186,186,204). Sum of RGB (Red+Green+Blue) = 186+186+204=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABACC is #454533. Grayscale: #BBBBBB. Windows color (decimal): -4539700 or 13417146. OLE color: 13417146.

HSL color Cylindrical-coordinate representation of color #BABACC: hue angle of 240º 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 #BABACC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186186204-
CMYK0.090.0900.2
HSL240º15%76.47%-
HSV(B)240º8.82%80%-
XYZ48.7149.9264.19-
YUV188.05137126.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=32.29%
G=32.29%
B=35.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861862040.090.0900.22401576.47
HexBABACC99014f0f4c
Octal272272314111102436017114
Binary101110101011101011001100100110010101001111000011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABACC; }

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

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

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

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

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

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

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

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