Html Css Color HEX #ADBAC0 Heather

📋 copy color: '#ADBAC0'

red 173 ◦ green 186 ◦ blue 192

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

Shades of Heather #ADBAC0

Tints of Heather #ADBAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 31.4%
G = 33.76%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADBAC0 (or 0xADBAC0) is known color: Heather. HEX triplet: AD, BA and C0. RGB value is (173,186,192). Sum of RGB (Red+Green+Blue) = 173+186+192=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAC0 is #52453F. Grayscale: #B6B6B6. Windows color (decimal): -5391680 or 12630701. OLE color: 12630701.

HSL color Cylindrical-coordinate representation of color #ADBAC0: hue angle of 198.95º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBAC0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 186 192 -
CMYK 0.10 0.03 0 0.25
HSL 198.95º 0.13% 0.72% -
HSV(B) 198.95º 0.1% 0.75% -
XYZ 44.31 47.81 56.76 -
YUV 182.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 173 186 192 0.10 0.03 0 0.25 198.95 0.13 0.72
Hex AD BA C0 A 3 0 19 C7 D 48
Octal 255 272 300 12 3 0 31 307 15 110
Binary 10101101 10111010 11000000 1010 11 0 11001 11000111 1101 1001000

Color Harmonies of #ADBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAC0

Black with #ADBAC0

Text Example


Text Example

White with #ADBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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