#BAC5CA

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

Shades of Heather #BAC5CA

Tints of Heather #BAC5CA

Color information

#BAC5CA (or 0xBAC5CA) is unknown color: approx Heather. HEX triplet: BA, C5 and CA. RGB value is (186,197,202). Sum of RGB (Red+Green+Blue) = 186+197+202=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5CA is #453A35. Grayscale: #C2C2C2. Windows color (decimal): -4536886 or 13288890. OLE color: 13288890.

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

Color convert

RGB186197202-
CMYK0.080.0200.21
HSL198.75º13.11%76.08%-
HSV(B)198.75º7.92%79.22%-
XYZ50.8854.6463.74-
YUV194.28132.36122.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=31.79%
G=33.68%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861972020.080.0200.21198.7513.1176.08
HexBAC5CA82015c7d4c
Octal27230531210202530715114
Binary1011101011000101110010101000100101011100011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5CA; }

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

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

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

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

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

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

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

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