#BABEBF

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

Shades of Heather #BABEBF

Tints of Heather #BABEBF

Color information

#BABEBF (or 0xBABEBF) is unknown color: approx Heather. HEX triplet: BA, BE and BF. RGB value is (186,190,191). Sum of RGB (Red+Green+Blue) = 186+190+191=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 191 - color contains mainly: blue. Hex color #BABEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEBF is #454140. Grayscale: #BCBCBC. Windows color (decimal): -4538689 or 12566202. OLE color: 12566202.

HSL color Cylindrical-coordinate representation of color #BABEBF: hue angle of 192º degrees, saturation: 0.04, 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 #BABEBF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186190191-
CMYK0.030.0100.25
HSL192º3.76%73.92%-
HSV(B)192º2.62%74.9%-
XYZ48.0751.0356.61-
YUV188.92129.17125.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 191 (75% from 255) = 33.69%
R=32.80%
G=33.51%
B=33.69%

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
Decimal1861901910.030.0100.251923.7673.92
HexBABEBF31019c044a
Octal272276277310313004112
Binary101110101011111010111111111011001110000001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEBF; }

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

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

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

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

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

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

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

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