#BAC5CB

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

Shades of Heather #BAC5CB

Tints of Heather #BAC5CB

Color information

#BAC5CB (or 0xBAC5CB) is unknown color: approx Heather. HEX triplet: BA, C5 and CB. RGB value is (186,197,203). Sum of RGB (Red+Green+Blue) = 186+197+203=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5CB is #453A34. Grayscale: #C2C2C2. Windows color (decimal): -4536885 or 13354426. OLE color: 13354426.

HSL color Cylindrical-coordinate representation of color #BAC5CB: hue angle of 201.18º 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 #BAC5CB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186197203-
CMYK0.080.0300.20
HSL201.18º14.05%76.27%-
HSV(B)201.18º8.37%79.61%-
XYZ5154.6864.37-
YUV194.4132.86122.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=31.74%
G=33.62%
B=34.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861972030.080.0300.20201.1814.0576.27
HexBAC5CB83014c9e4c
Octal27230531310302431116114
Binary1011101011000101110010111000110101001100100111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5CB; }

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

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

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

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

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

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

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

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