#A9BECB

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

Shades of Heather #A9BECB

Tints of Heather #A9BECB

Color information

#A9BECB (or 0xA9BECB) is unknown color: approx Heather. HEX triplet: A9, BE and CB. RGB value is (169,190,203). Sum of RGB (Red+Green+Blue) = 169+190+203=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BECB is #564134. Grayscale: #B9B9B9. Windows color (decimal): -5652789 or 13352617. OLE color: 13352617.

HSL color Cylindrical-coordinate representation of color #A9BECB: hue angle of 202.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9BECB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169190203-
CMYK0.170.0600.20
HSL202.94º24.64%72.94%-
HSV(B)202.94º16.75%79.61%-
XYZ45.5649.5763.67-
YUV185.2138.04116.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=30.07%
G=33.81%
B=36.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691902030.170.0600.20202.9424.6472.94
HexA9BECB116014cb1949
Octal25127631321602431331111
Binary1010100110111110110010111000111001010011001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BECB; }

 p { color: rgb(169,190,203); }

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

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

 a { background-color: rgb(169,190,203); }

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

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

 span { border-color: rgb(169,190,203); }

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