#A0BCCE

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

Shades of Heather #A0BCCE

Tints of Heather #A0BCCE

Color information

#A0BCCE (or 0xA0BCCE) is unknown color: approx Heather. HEX triplet: A0, BC and CE. RGB value is (160,188,206). Sum of RGB (Red+Green+Blue) = 160+188+206=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCCE is #5F4331. Grayscale: #B5B5B5. Windows color (decimal): -6243122 or 13548704. OLE color: 13548704.

HSL color Cylindrical-coordinate representation of color #A0BCCE: hue angle of 203.48º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BCCE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160188206-
CMYK0.220.0900.19
HSL203.48º31.94%71.76%-
HSV(B)203.48º22.33%80.78%-
XYZ43.6247.965.34-
YUV181.68141.72112.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=28.88%
G=33.94%
B=37.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601882060.220.0900.19203.4831.9471.76
HexA0BCCE169013cb2048
Octal240274316261102331340110
Binary101000001011110011001110101101001010011110010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCCE; }

 p { color: rgb(160,188,206); }

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

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

 a { background-color: rgb(160,188,206); }

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

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

 span { border-color: rgb(160,188,206); }

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