#A2BFCD

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

Shades of Heather #A2BFCD

Tints of Heather #A2BFCD

Color information

#A2BFCD (or 0xA2BFCD) is unknown color: approx Heather. HEX triplet: A2, BF and CD. RGB value is (162,191,205). Sum of RGB (Red+Green+Blue) = 162+191+205=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFCD is #5D4032. Grayscale: #B7B7B7. Windows color (decimal): -6111283 or 13483938. OLE color: 13483938.

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

Color convert

RGB162191205-
CMYK0.210.0700.20
HSL199.53º30.07%71.96%-
HSV(B)199.53º20.98%80.39%-
XYZ44.5549.3564.94-
YUV183.92139.89112.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.03%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=29.03%
G=34.23%
B=36.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621912050.210.0700.20199.5330.0771.96
HexA2BFCD157014c81e48
Octal24227731525702431036110
Binary1010001010111111110011011010111101010011001000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BFCD; }

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

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

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

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

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

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

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

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