Html Css Color HEX #ADBABE Heather

📋 copy color: '#ADBABE'

red 173 ◦ green 186 ◦ blue 190

#ADBABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #ADBABE

Tints of Heather #ADBABE

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 value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADBABE (or 0xADBABE) is known color: 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

RGB 173 186 190 -
CMYK 0.09 0.02 0 0.25
HSL 194.12º 0.12% 0.71% -
HSV(B) 194.12º 0.09% 0.75% -
XYZ 44.09 47.72 55.6 -
YUV 182.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 173 186 190 0.09 0.02 0 0.25 194.12 0.12 0.71
Hex AD BA BE 9 2 0 19 C2 C 47
Octal 255 272 276 11 2 0 31 302 14 107
Binary 10101101 10111010 10111110 1001 10 0 11001 11000010 1100 1000111

Color Harmonies of #ADBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBABE

Black with #ADBABE

Text Example


Text Example

White with #ADBABE

Text Example


Text Example

HTML Codes & Css Web 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>