#A2BCCD

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

Shades of Heather #A2BCCD

Tints of Heather #A2BCCD

Color information

#A2BCCD (or 0xA2BCCD) is unknown color: approx Heather. HEX triplet: A2, BC and CD. RGB value is (162,188,205). Sum of RGB (Red+Green+Blue) = 162+188+205=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCCD is #5D4332. Grayscale: #B6B6B6. Windows color (decimal): -6112051 or 13483170. OLE color: 13483170.

HSL color Cylindrical-coordinate representation of color #A2BCCD: hue angle of 203.72º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2BCCD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162188205-
CMYK0.210.0800.20
HSL203.72º30.07%71.96%-
HSV(B)203.72º20.98%80.39%-
XYZ43.948.0664.72-
YUV182.16140.89113.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=29.19%
G=33.87%
B=36.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621882050.210.0800.20203.7230.0771.96
HexA2BCCD158014cc1e48
Octal242274315251002431436110
Binary10100010101111001100110110101100001010011001100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCCD; }

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

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

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

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

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

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

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

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