#BACACF

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

Shades of Heather #BACACF

Tints of Heather #BACACF

Color information

#BACACF (or 0xBACACF) is unknown color: approx Heather. HEX triplet: BA, CA and CF. RGB value is (186,202,207). Sum of RGB (Red+Green+Blue) = 186+202+207=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #BACACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACACF is #453530. Grayscale: #C5C5C5. Windows color (decimal): -4535601 or 13617850. OLE color: 13617850.

HSL color Cylindrical-coordinate representation of color #BACACF: hue angle of 194.29º degrees, saturation: 0.18, 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 #BACACF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186202207-
CMYK0.100.0200.19
HSL194.29º17.95%77.06%-
HSV(B)194.29º10.14%81.18%-
XYZ52.6357.1967.3-
YUV197.79133.2119.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=31.26%
G=33.95%
B=34.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862022070.100.0200.19194.2917.9577.06
HexBACACFA2013c2124d
Octal27231231712202330222115
Binary10111010110010101100111110101001001111000010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACACF; }

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

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

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

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

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

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

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

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