#BAC2C4

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

Shades of Heather #BAC2C4

Tints of Heather #BAC2C4

Color information

#BAC2C4 (or 0xBAC2C4) is unknown color: approx Heather. HEX triplet: BA, C2 and C4. RGB value is (186,194,196). Sum of RGB (Red+Green+Blue) = 186+194+196=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2C4 is #453D3B. Grayscale: #BFBFBF. Windows color (decimal): -4537660 or 12894906. OLE color: 12894906.

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

Color convert

RGB186194196-
CMYK0.050.0100.23
HSL192º7.81%74.9%-
HSV(B)192º5.1%76.86%-
XYZ49.5153.0159.85-
YUV191.84130.35123.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 194 (76.17% from 255) = 33.68%
BLUE value IS 196 (76.95% from 255) = 34.03%
R=32.29%
G=33.68%
B=34.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861941960.050.0100.231927.8174.9
HexBAC2C451017c084b
Octal2723023045102730010113
Binary10111010110000101100010010110101111100000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2C4; }

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

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

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

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

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

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

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

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