#BABBCC

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

Shades of Lavender Grey #BABBCC

Tints of Lavender Grey #BABBCC

Color information

#BABBCC (or 0xBABBCC) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and CC. RGB value is (186,187,204). Sum of RGB (Red+Green+Blue) = 186+187+204=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBCC is #454433. Grayscale: #BCBCBC. Windows color (decimal): -4539444 or 13417402. OLE color: 13417402.

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

Color convert

RGB186187204-
CMYK0.090.0800.2
HSL236.67º15%76.47%-
HSV(B)236.67º8.82%80%-
XYZ48.9250.3464.26-
YUV188.64136.67126.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=32.24%
G=32.41%
B=35.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861872040.090.0800.2236.671576.47
HexBABBCC98014edf4c
Octal272273314111002435517114
Binary101110101011101111001100100110000101001110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBCC; }

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

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

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

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

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

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

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

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