#ADBABE

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

Shades of Heather #ADBABE

Tints of Heather #ADBABE

Color information

#ADBABE (or 0xADBABE) is unknown color: approx Heather. HEX triplet: AD, BA and BE. RGB value is (173,186,190). Sum of RGB (Red+Green+Blue) = 173+186+190=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBABE is #524541. Grayscale: #B6B6B6. Windows color (decimal): -5391682 or 12499629. OLE color: 12499629.

HSL color Cylindrical-coordinate representation of color #ADBABE: hue angle of 194.12º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBABE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173186190-
CMYK0.090.0200.25
HSL194.12º11.56%71.18%-
HSV(B)194.12º8.95%74.51%-
XYZ44.0947.7255.6-
YUV182.57132.19121.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=31.51%
G=33.88%
B=34.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731861900.090.0200.25194.1211.5671.18
HexADBABE92019c2c47
Octal25527227611203130214107
Binary1010110110111010101111101001100110011100001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBABE; }

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

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

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

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

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

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

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

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