#A2BBCD

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

Shades of Heather #A2BBCD

Tints of Heather #A2BBCD

Color information

#A2BBCD (or 0xA2BBCD) is unknown color: approx Heather. HEX triplet: A2, BB and CD. RGB value is (162,187,205). Sum of RGB (Red+Green+Blue) = 162+187+205=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBCD is #5D4432. Grayscale: #B5B5B5. Windows color (decimal): -6112307 or 13482914. OLE color: 13482914.

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

Color convert

RGB162187205-
CMYK0.210.0900.20
HSL205.12º30.07%71.96%-
HSV(B)205.12º20.98%80.39%-
XYZ43.6947.6364.65-
YUV181.58141.22114.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=29.24%
G=33.75%
B=37.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621872050.210.0900.20205.1230.0771.96
HexA2BBCD159014cd1e48
Octal242273315251102431536110
Binary10100010101110111100110110101100101010011001101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBCD; }

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

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

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

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

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

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

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

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