#BAC7CD

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

Shades of Heather #BAC7CD

Tints of Heather #BAC7CD

Color information

#BAC7CD (or 0xBAC7CD) is unknown color: approx Heather. HEX triplet: BA, C7 and CD. RGB value is (186,199,205). Sum of RGB (Red+Green+Blue) = 186+199+205=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7CD is #453832. Grayscale: #C3C3C3. Windows color (decimal): -4536371 or 13486010. OLE color: 13486010.

HSL color Cylindrical-coordinate representation of color #BAC7CD: hue angle of 198.95º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC7CD is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186199205-
CMYK0.090.0300.20
HSL198.95º15.97%76.67%-
HSV(B)198.95º9.27%80.39%-
XYZ51.6955.6965.78-
YUV195.8133.19121.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=31.53%
G=33.73%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861992050.090.0300.20198.9515.9776.67
HexBAC7CD93014c7104d
Octal27230731511302430720115
Binary10111010110001111100110110011101010011000111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7CD; }

 p { color: rgb(186,199,205); }

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

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

 a { background-color: rgb(186,199,205); }

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

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

 span { border-color: rgb(186,199,205); }

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