#ADBBC9

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

Shades of Heather #ADBBC9

Tints of Heather #ADBBC9

Color information

#ADBBC9 (or 0xADBBC9) is unknown color: approx Heather. HEX triplet: AD, BB and C9. RGB value is (173,187,201). Sum of RGB (Red+Green+Blue) = 173+187+201=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC9 is #524436. Grayscale: #B8B8B8. Windows color (decimal): -5391415 or 13220781. OLE color: 13220781.

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

Color convert

RGB173187201-
CMYK0.140.0700.21
HSL210º20.59%73.33%-
HSV(B)210º13.93%78.82%-
XYZ45.5548.6462.25-
YUV184.41137.36119.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=30.84%
G=33.33%
B=35.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731872010.140.0700.2121020.5973.33
HexADBBC9E7015d21549
Octal25527331116702532225111
Binary101011011011101111001001111011101010111010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBC9; }

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

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

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

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

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

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

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

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