#A0BECC

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

Shades of Heather #A0BECC

Tints of Heather #A0BECC

Color information

#A0BECC (or 0xA0BECC) is unknown color: approx Heather. HEX triplet: A0, BE and CC. RGB value is (160,190,204). Sum of RGB (Red+Green+Blue) = 160+190+204=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BECC is #5F4133. Grayscale: #B6B6B6. Windows color (decimal): -6242612 or 13418144. OLE color: 13418144.

HSL color Cylindrical-coordinate representation of color #A0BECC: hue angle of 199.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BECC is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160190204-
CMYK0.220.0700.2
HSL199.09º30.14%71.37%-
HSV(B)199.09º21.57%80%-
XYZ43.8148.6664.21-
YUV182.63140.06111.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=28.88%
G=34.30%
B=36.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601902040.220.0700.2199.0930.1471.37
HexA0BECC167014c71e47
Octal24027631426702430736107
Binary1010000010111110110011001011011101010011000111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BECC; }

 p { color: rgb(160,190,204); }

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

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

 a { background-color: rgb(160,190,204); }

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

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

 span { border-color: rgb(160,190,204); }

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