#ADBBC8

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

Shades of Heather #ADBBC8

Tints of Heather #ADBBC8

Color information

#ADBBC8 (or 0xADBBC8) is unknown color: approx Heather. HEX triplet: AD, BB and C8. RGB value is (173,187,200). Sum of RGB (Red+Green+Blue) = 173+187+200=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADBBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC8 is #524437. Grayscale: #B8B8B8. Windows color (decimal): -5391416 or 13155245. OLE color: 13155245.

HSL color Cylindrical-coordinate representation of color #ADBBC8: hue angle of 208.89º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBBC8 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173187200-
CMYK0.140.0600.22
HSL208.89º19.71%73.14%-
HSV(B)208.89º13.5%78.43%-
XYZ45.4348.661.63-
YUV184.3136.86119.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=30.89%
G=33.39%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731872000.140.0600.22208.8919.7173.14
HexADBBC8E6016d11449
Octal25527331016602632124111
Binary101011011011101111001000111011001011011010001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBC8; }

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

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

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

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

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

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

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

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