#BAC7CB

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

Shades of Heather #BAC7CB

Tints of Heather #BAC7CB

Color information

#BAC7CB (or 0xBAC7CB) is unknown color: approx Heather. HEX triplet: BA, C7 and CB. RGB value is (186,199,203). Sum of RGB (Red+Green+Blue) = 186+199+203=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7CB is #453834. Grayscale: #C3C3C3. Windows color (decimal): -4536373 or 13354938. OLE color: 13354938.

HSL color Cylindrical-coordinate representation of color #BAC7CB: hue angle of 194.12º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC7CB is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186199203-
CMYK0.080.0200.20
HSL194.12º14.05%76.27%-
HSV(B)194.12º8.37%79.61%-
XYZ51.4555.664.52-
YUV195.57132.19121.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=31.63%
G=33.84%
B=34.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861992030.080.0200.20194.1214.0576.27
HexBAC7CB82014c2e4c
Octal27230731310202430216114
Binary1011101011000111110010111000100101001100001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7CB; }

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

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

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

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

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

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

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

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