Html Css Color HEX #ADBFC5 Heather

📋 copy color: '#ADBFC5'

red 173 ◦ green 191 ◦ blue 197

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

Shades of Heather #ADBFC5

Tints of Heather #ADBFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 34.05%

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

R = 30.84%
G = 34.05%
B = 35.12%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ADBFC5 (or 0xADBFC5) is known color: Heather. HEX triplet: AD, BF and C5. RGB value is (173,191,197). Sum of RGB (Red+Green+Blue) = 173+191+197=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADBFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFC5 is #52403A. Grayscale: #BABABA. Windows color (decimal): -5390395 or 12959661. OLE color: 12959661.

HSL color Cylindrical-coordinate representation of color #ADBFC5: hue angle of 195º 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 #ADBFC5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 191 197 -
CMYK 0.12 0.03 0 0.23
HSL 195º 0.17% 0.73% -
HSV(B) 195º 0.12% 0.77% -
XYZ 45.94 50.18 60.09 -
YUV 186.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 173 191 197 0.12 0.03 0 0.23 195 0.17 0.73
Hex AD BF C5 C 3 0 17 C3 11 49
Octal 255 277 305 14 3 0 27 303 21 111
Binary 10101101 10111111 11000101 1100 11 0 10111 11000011 10001 1001001

Color Harmonies of #ADBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFC5

Black with #ADBFC5

Text Example


Text Example

White with #ADBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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