Html Css Color HEX #ADBAC3 Heather

📋 copy color: '#ADBAC3'

red 173 ◦ green 186 ◦ blue 195

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

Shades of Heather #ADBAC3

Tints of Heather #ADBAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.2%

R = 31.23%
G = 33.57%
B = 35.2%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADBAC3 (or 0xADBAC3) is known color: Heather. HEX triplet: AD, BA and C3. RGB value is (173,186,195). Sum of RGB (Red+Green+Blue) = 173+186+195=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADBAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAC3 is #52453C. Grayscale: #B7B7B7. Windows color (decimal): -5391677 or 12827309. OLE color: 12827309.

HSL color Cylindrical-coordinate representation of color #ADBAC3: hue angle of 204.55º 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 #ADBAC3 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 186 195 -
CMYK 0.11 0.05 0 0.24
HSL 204.55º 0.15% 0.72% -
HSV(B) 204.55º 0.11% 0.76% -
XYZ 44.64 47.94 58.53 -
YUV 183.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 173 186 195 0.11 0.05 0 0.24 204.55 0.15 0.72
Hex AD BA C3 B 5 0 18 CD F 48
Octal 255 272 303 13 5 0 30 315 17 110
Binary 10101101 10111010 11000011 1011 101 0 11000 11001101 1111 1001000

Color Harmonies of #ADBAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAC3

Black with #ADBAC3

Text Example


Text Example

White with #ADBAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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