#A0BCCF

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

Shades of Heather #A0BCCF

Tints of Heather #A0BCCF

Color information

#A0BCCF (or 0xA0BCCF) is unknown color: approx Heather. HEX triplet: A0, BC and CF. RGB value is (160,188,207). Sum of RGB (Red+Green+Blue) = 160+188+207=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCCF is #5F4330. Grayscale: #B5B5B5. Windows color (decimal): -6243121 or 13614240. OLE color: 13614240.

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

Color convert

RGB160188207-
CMYK0.230.0900.19
HSL204.26º32.87%71.96%-
HSV(B)204.26º22.71%81.18%-
XYZ43.7447.9565.98-
YUV181.79142.22112.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.83%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=28.83%
G=33.87%
B=37.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601882070.230.0900.19204.2632.8771.96
HexA0BCCF179013cc2148
Octal240274317271102331441110
Binary101000001011110011001111101111001010011110011001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCCF; }

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

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

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

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

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

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

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

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