#BABFC4

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

Shades of Heather #BABFC4

Tints of Heather #BABFC4

Color information

#BABFC4 (or 0xBABFC4) is unknown color: approx Heather. HEX triplet: BA, BF and C4. RGB value is (186,191,196). Sum of RGB (Red+Green+Blue) = 186+191+196=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 196 - color contains mainly: blue. Hex color #BABFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFC4 is #45403B. Grayscale: #BEBEBE. Windows color (decimal): -4538428 or 12894138. OLE color: 12894138.

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

Color convert

RGB186191196-
CMYK0.050.0300.23
HSL210º7.81%74.9%-
HSV(B)210º5.1%76.86%-
XYZ48.8451.6959.63-
YUV190.08131.34125.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=32.46%
G=33.33%
B=34.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861911960.050.0300.232107.8174.9
HexBABFC453017d284b
Octal2722773045302732210113
Binary101110101011111111000100101110101111101001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFC4; }

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

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

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

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

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

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

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

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