#BABEC0

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

Shades of Heather #BABEC0

Tints of Heather #BABEC0

Color information

#BABEC0 (or 0xBABEC0) is unknown color: approx Heather. HEX triplet: BA, BE and C0. RGB value is (186,190,192). Sum of RGB (Red+Green+Blue) = 186+190+192=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 192 - color contains mainly: blue. Hex color #BABEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEC0 is #45413F. Grayscale: #BDBDBD. Windows color (decimal): -4538688 or 12631738. OLE color: 12631738.

HSL color Cylindrical-coordinate representation of color #BABEC0: hue angle of 200º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABEC0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186190192-
CMYK0.030.0100.25
HSL200º4.55%74.12%-
HSV(B)200º3.12%75.29%-
XYZ48.1851.0757.19-
YUV189.03129.67125.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=32.75%
G=33.45%
B=33.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901920.030.0100.252004.5574.12
HexBABEC031019c854a
Octal272276300310313105112
Binary101110101011111011000000111011001110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEC0; }

 p { color: rgb(186,190,192); }

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

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

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

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

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

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

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