#A2BDCF

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

Shades of Heather #A2BDCF

Tints of Heather #A2BDCF

Color information

#A2BDCF (or 0xA2BDCF) is unknown color: approx Heather. HEX triplet: A2, BD and CF. RGB value is (162,189,207). Sum of RGB (Red+Green+Blue) = 162+189+207=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDCF is #5D4230. Grayscale: #B6B6B6. Windows color (decimal): -6111793 or 13614498. OLE color: 13614498.

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

Color convert

RGB162189207-
CMYK0.220.0900.19
HSL204º31.91%72.35%-
HSV(B)204º21.74%81.18%-
XYZ44.3648.5866.07-
YUV182.98141.55113.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.03%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=29.03%
G=33.87%
B=37.10%

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
Decimal1621892070.220.0900.1920431.9172.35
HexA2BDCF169013cc2048
Octal242275317261102331440110
Binary101000101011110111001111101101001010011110011001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BDCF; }

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

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

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

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

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

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

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

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