#ADBEC9

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

Shades of Heather #ADBEC9

Tints of Heather #ADBEC9

Color information

#ADBEC9 (or 0xADBEC9) is unknown color: approx Heather. HEX triplet: AD, BE and C9. RGB value is (173,190,201). Sum of RGB (Red+Green+Blue) = 173+190+201=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADBEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC9 is #524136. Grayscale: #BABABA. Windows color (decimal): -5390647 or 13221549. OLE color: 13221549.

HSL color Cylindrical-coordinate representation of color #ADBEC9: hue angle of 203.57º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBEC9 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173190201-
CMYK0.140.0500.21
HSL203.57º20.59%73.33%-
HSV(B)203.57º13.93%78.82%-
XYZ46.1949.9362.46-
YUV186.17136.37118.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 201 (78.91% from 255) = 35.64%
R=30.67%
G=33.69%
B=35.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731902010.140.0500.21203.5720.5973.33
HexADBEC9E5015cc1549
Octal25527631116502531425111
Binary101011011011111011001001111010101010111001100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEC9; }

 p { color: rgb(173,190,201); }

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

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

 a { background-color: rgb(173,190,201); }

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

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

 span { border-color: rgb(173,190,201); }

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