Html Css Color HEX #ADBAC2 Heather

📋 copy color: '#ADBAC2'

red 173 ◦ green 186 ◦ blue 194

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

Shades of Heather #ADBAC2

Tints of Heather #ADBAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 31.28%
G = 33.63%
B = 35.08%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADBAC2 (or 0xADBAC2) is known color: Heather. HEX triplet: AD, BA and C2. RGB value is (173,186,194). Sum of RGB (Red+Green+Blue) = 173+186+194=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADBAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAC2 is #52453D. Grayscale: #B6B6B6. Windows color (decimal): -5391678 or 12761773. OLE color: 12761773.

HSL color Cylindrical-coordinate representation of color #ADBAC2: hue angle of 202.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBAC2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 186 194 -
CMYK 0.11 0.04 0 0.24
HSL 202.86º 0.15% 0.72% -
HSV(B) 202.86º 0.11% 0.76% -
XYZ 44.53 47.9 57.94 -
YUV 183.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 173 186 194 0.11 0.04 0 0.24 202.86 0.15 0.72
Hex AD BA C2 B 4 0 18 CB F 48
Octal 255 272 302 13 4 0 30 313 17 110
Binary 10101101 10111010 11000010 1011 100 0 11000 11001011 1111 1001000

Color Harmonies of #ADBAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAC2

Black with #ADBAC2

Text Example


Text Example

White with #ADBAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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