#A2BCCF

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

Shades of Heather #A2BCCF

Tints of Heather #A2BCCF

Color information

#A2BCCF (or 0xA2BCCF) is unknown color: approx Heather. HEX triplet: A2, BC and CF. RGB value is (162,188,207). Sum of RGB (Red+Green+Blue) = 162+188+207=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCCF is #5D4330. Grayscale: #B6B6B6. Windows color (decimal): -6112049 or 13614242. OLE color: 13614242.

HSL color Cylindrical-coordinate representation of color #A2BCCF: hue angle of 205.33º 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 #A2BCCF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162188207-
CMYK0.220.0900.19
HSL205.33º31.91%72.35%-
HSV(B)205.33º21.74%81.18%-
XYZ44.1548.1566-
YUV182.39141.89113.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.08%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=29.08%
G=33.75%
B=37.16%

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
Decimal1621882070.220.0900.19205.3331.9172.35
HexA2BCCF169013cd2048
Octal242274317261102331540110
Binary101000101011110011001111101101001010011110011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCCF; }

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

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

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

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

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

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

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

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