Html Css Color HEX #ADBBC5 Heather

📋 copy color: '#ADBBC5'

red 173 ◦ green 187 ◦ blue 197

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

Shades of Heather #ADBBC5

Tints of Heather #ADBBC5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 31.06%
G = 33.57%
B = 35.37%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ADBBC5 (or 0xADBBC5) is known color: Heather. HEX triplet: AD, BB and C5. RGB value is (173,187,197). Sum of RGB (Red+Green+Blue) = 173+187+197=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADBBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC5 is #52443A. Grayscale: #B7B7B7. Windows color (decimal): -5391419 or 12958637. OLE color: 12958637.

HSL color Cylindrical-coordinate representation of color #ADBBC5: hue angle of 205º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBBC5 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 187 197 -
CMYK 0.12 0.05 0 0.23
HSL 205º 0.17% 0.73% -
HSV(B) 205º 0.12% 0.77% -
XYZ 45.08 48.46 59.8 -
YUV 183.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 173 187 197 0.12 0.05 0 0.23 205 0.17 0.73
Hex AD BB C5 C 5 0 17 CD 11 49
Octal 255 273 305 14 5 0 27 315 21 111
Binary 10101101 10111011 11000101 1100 101 0 10111 11001101 10001 1001001

Color Harmonies of #ADBBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBC5

Black with #ADBBC5

Text Example


Text Example

White with #ADBBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBC5; }

 p { color: rgb(173,187,197); }

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

background-color css

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

 a { background-color: rgb(173,187,197); }

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

border-color css

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

 span { border-color: rgb(173,187,197); }

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