#A2BCCB

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

Shades of Heather #A2BCCB

Tints of Heather #A2BCCB

Color information

#A2BCCB (or 0xA2BCCB) is unknown color: approx Heather. HEX triplet: A2, BC and CB. RGB value is (162,188,203). Sum of RGB (Red+Green+Blue) = 162+188+203=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCCB is #5D4334. Grayscale: #B5B5B5. Windows color (decimal): -6112053 or 13352098. OLE color: 13352098.

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

Color convert

RGB162188203-
CMYK0.200.0700.20
HSL201.95º28.28%71.57%-
HSV(B)201.95º20.2%79.61%-
XYZ43.6647.9663.46-
YUV181.94139.89113.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=29.29%
G=34.00%
B=36.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621882030.200.0700.20201.9528.2871.57
HexA2BCCB147014ca1c48
Octal24227431324702431234110
Binary1010001010111100110010111010011101010011001010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCCB; }

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

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

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

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

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

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

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

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