#BACAD0

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

Shades of Heather #BACAD0

Tints of Heather #BACAD0

Color information

#BACAD0 (or 0xBACAD0) is unknown color: approx Heather. HEX triplet: BA, CA and D0. RGB value is (186,202,208). Sum of RGB (Red+Green+Blue) = 186+202+208=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #BACAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAD0 is #45352F. Grayscale: #C5C5C5. Windows color (decimal): -4535600 or 13683386. OLE color: 13683386.

HSL color Cylindrical-coordinate representation of color #BACAD0: hue angle of 196.36º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BACAD0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186202208-
CMYK0.110.0300.18
HSL196.36º18.97%77.25%-
HSV(B)196.36º10.58%81.57%-
XYZ52.7657.2367.94-
YUV197.9133.7119.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=31.21%
G=33.89%
B=34.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862022080.110.0300.18196.3618.9777.25
HexBACAD0B3012c4134d
Octal27231232013302230423115
Binary10111010110010101101000010111101001011000100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAD0; }

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

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

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

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

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

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

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

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