Html Css Color HEX #ADBFA6 Spring Rain

📋 copy color: '#ADBFA6'

red 173 ◦ green 191 ◦ blue 166

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

Shades of Spring Rain #ADBFA6

Tints of Spring Rain #ADBFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.32%

R = 32.64%
G = 36.04%
B = 31.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#ADBFA6 (or 0xADBFA6) is known color: Spring Rain. HEX triplet: AD, BF and A6. RGB value is (173,191,166). Sum of RGB (Red+Green+Blue) = 173+191+166=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFA6 is #524059. Grayscale: #B6B6B6. Windows color (decimal): -5390426 or 10928045. OLE color: 10928045.

HSL color Cylindrical-coordinate representation of color #ADBFA6: hue angle of 103.2º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBFA6 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 166 -
CMYK 0.09 0 0.13 0.25
HSL 103.2º 0.16% 0.7% -
HSV(B) 103.2º 0.13% 0.75% -
XYZ 42.75 48.9 43.26 -
YUV 182.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 173 191 166 0.09 0 0.13 0.25 103.2 0.16 0.7
Hex AD BF A6 9 0 D 19 67 10 46
Octal 255 277 246 11 0 15 31 147 20 106
Binary 10101101 10111111 10100110 1001 0 1101 11001 1100111 10000 1000110

Color Harmonies of #ADBFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFA6

Black with #ADBFA6

Text Example


Text Example

White with #ADBFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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