Html Css Color HEX #ADBAC1 Heather

📋 copy color: '#ADBAC1'

red 173 ◦ green 186 ◦ blue 193

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

Shades of Heather #ADBAC1

Tints of Heather #ADBAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.96%

R = 31.34%
G = 33.7%
B = 34.96%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADBAC1 (or 0xADBAC1) is known color: Heather. HEX triplet: AD, BA and C1. RGB value is (173,186,193). Sum of RGB (Red+Green+Blue) = 173+186+193=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAC1 is #52453E. Grayscale: #B6B6B6. Windows color (decimal): -5391679 or 12696237. OLE color: 12696237.

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

Color convert

RGB 173 186 193 -
CMYK 0.10 0.04 0 0.24
HSL 201º 0.14% 0.72% -
HSV(B) 201º 0.1% 0.76% -
XYZ 44.42 47.85 57.35 -
YUV 182.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 173 186 193 0.10 0.04 0 0.24 201 0.14 0.72
Hex AD BA C1 A 4 0 18 C9 E 48
Octal 255 272 301 12 4 0 30 311 16 110
Binary 10101101 10111010 11000001 1010 100 0 11000 11001001 1110 1001000

Color Harmonies of #ADBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAC1

Black with #ADBAC1

Text Example


Text Example

White with #ADBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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