#BAC8CE

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

Shades of Heather #BAC8CE

Tints of Heather #BAC8CE

Color information

#BAC8CE (or 0xBAC8CE) is unknown color: approx Heather. HEX triplet: BA, C8 and CE. RGB value is (186,200,206). Sum of RGB (Red+Green+Blue) = 186+200+206=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8CE is #453731. Grayscale: #C4C4C4. Windows color (decimal): -4536114 or 13551802. OLE color: 13551802.

HSL color Cylindrical-coordinate representation of color #BAC8CE: hue angle of 198º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC8CE is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186200206-
CMYK0.100.0300.19
HSL198º16.95%76.86%-
HSV(B)198º9.71%80.78%-
XYZ52.0456.266.5-
YUV196.5133.36120.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=31.42%
G=33.78%
B=34.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862002060.100.0300.1919816.9576.86
HexBAC8CEA3013c6114d
Octal27231031612302330621115
Binary10111010110010001100111010101101001111000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8CE; }

 p { color: rgb(186,200,206); }

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

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

 a { background-color: rgb(186,200,206); }

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

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

 span { border-color: rgb(186,200,206); }

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