#A2BCD0

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

Shades of Heather #A2BCD0

Tints of Heather #A2BCD0

Color information

#A2BCD0 (or 0xA2BCD0) is unknown color: approx Heather. HEX triplet: A2, BC and D0. RGB value is (162,188,208). Sum of RGB (Red+Green+Blue) = 162+188+208=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #A2BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCD0 is #5D432F. Grayscale: #B6B6B6. Windows color (decimal): -6112048 or 13679778. OLE color: 13679778.

HSL color Cylindrical-coordinate representation of color #A2BCD0: hue angle of 206.09º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2BCD0 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162188208-
CMYK0.220.1000.18
HSL206.09º32.86%72.55%-
HSV(B)206.09º22.12%81.57%-
XYZ44.2748.266.65-
YUV182.51142.39113.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.03%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=29.03%
G=33.69%
B=37.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621882080.220.1000.18206.0932.8672.55
HexA2BCD016A012ce2149
Octal242274320261202231641111
Binary101000101011110011010000101101010010010110011101000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCD0; }

 p { color: rgb(162,188,208); }

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

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

 a { background-color: rgb(162,188,208); }

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

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

 span { border-color: rgb(162,188,208); }

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