#A9BECE

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

Shades of Heather #A9BECE

Tints of Heather #A9BECE

Color information

#A9BECE (or 0xA9BECE) is unknown color: approx Heather. HEX triplet: A9, BE and CE. RGB value is (169,190,206). Sum of RGB (Red+Green+Blue) = 169+190+206=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BECE is #564131. Grayscale: #B9B9B9. Windows color (decimal): -5652786 or 13549225. OLE color: 13549225.

HSL color Cylindrical-coordinate representation of color #A9BECE: hue angle of 205.95º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BECE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169190206-
CMYK0.180.0800.19
HSL205.95º27.41%73.53%-
HSV(B)205.95º17.96%80.78%-
XYZ45.9249.7265.57-
YUV185.54139.54116.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=29.91%
G=33.63%
B=36.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691902060.180.0800.19205.9527.4173.53
HexA9BECE128013ce1b4a
Octal251276316221002331633112
Binary10101001101111101100111010010100001001111001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BECE; }

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

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

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

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

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

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

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

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