Html Css Color HEX #ADBFA3 Spring Rain

📋 copy color: '#ADBFA3'

red 173 ◦ green 191 ◦ blue 163

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

Shades of Spring Rain #ADBFA3

Tints of Spring Rain #ADBFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.93%

R = 32.83%
G = 36.24%
B = 30.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#ADBFA3 (or 0xADBFA3) is known color: Spring Rain. HEX triplet: AD, BF and A3. RGB value is (173,191,163). Sum of RGB (Red+Green+Blue) = 173+191+163=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFA3 is #52405C. Grayscale: #B6B6B6. Windows color (decimal): -5390429 or 10731437. OLE color: 10731437.

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

Color convert

RGB 173 191 163 -
CMYK 0.09 0 0.15 0.25
HSL 98.57º 0.18% 0.69% -
HSV(B) 98.57º 0.15% 0.75% -
XYZ 42.48 48.79 41.83 -
YUV 182.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 173 191 163 0.09 0 0.15 0.25 98.57 0.18 0.69
Hex AD BF A3 9 0 F 19 63 12 45
Octal 255 277 243 11 0 17 31 143 22 105
Binary 10101101 10111111 10100011 1001 0 1111 11001 1100011 10010 1000101

Color Harmonies of #ADBFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFA3

Black with #ADBFA3

Text Example


Text Example

White with #ADBFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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