Html Css Color HEX #ADBAC7 Heather

📋 copy color: '#ADBAC7'

red 173 ◦ green 186 ◦ blue 199

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

Shades of Heather #ADBAC7

Tints of Heather #ADBAC7

RGB

 RED value IS 173 (67.97% from 255) = 31%

 GREEN value IS 186 (73.05% from 255) = 33.33%

 BLUE value IS 199 (78.13% from 255) = 35.66%

R = 31%
G = 33.33%
B = 35.66%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADBAC7 (or 0xADBAC7) is known color: Heather. HEX triplet: AD, BA and C7. RGB value is (173,186,199). Sum of RGB (Red+Green+Blue) = 173+186+199=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADBAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAC7 is #524538. Grayscale: #B7B7B7. Windows color (decimal): -5391673 or 13089453. OLE color: 13089453.

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

Color convert

RGB 173 186 199 -
CMYK 0.13 0.07 0 0.22
HSL 210º 0.19% 0.73% -
HSV(B) 210º 0.13% 0.78% -
XYZ 45.1 48.13 60.94 -
YUV 183.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 173 186 199 0.13 0.07 0 0.22 210 0.19 0.73
Hex AD BA C7 D 7 0 16 D2 13 49
Octal 255 272 307 15 7 0 26 322 23 111
Binary 10101101 10111010 11000111 1101 111 0 10110 11010010 10011 1001001

Color Harmonies of #ADBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAC7

Black with #ADBAC7

Text Example


Text Example

White with #ADBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAC7; }

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

 H1.HeaderClassName
 {
   color: #ADBAC7;
 }
 .AnyTagClassName
 {
   color: #ADBAC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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