Html Css Color HEX #ADBFA2 Spring Rain

📋 copy color: '#ADBFA2'

red 173 ◦ green 191 ◦ blue 162

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

Shades of Spring Rain #ADBFA2

Tints of Spring Rain #ADBFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.8%

R = 32.89%
G = 36.31%
B = 30.8%

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

#ADBFA2 (or 0xADBFA2) is known color: Spring Rain. HEX triplet: AD, BF and A2. RGB value is (173,191,162). Sum of RGB (Red+Green+Blue) = 173+191+162=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFA2 is #52405D. Grayscale: #B6B6B6. Windows color (decimal): -5390430 or 10665901. OLE color: 10665901.

HSL color Cylindrical-coordinate representation of color #ADBFA2: hue angle of 97.24º 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 #ADBFA2 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 162 -
CMYK 0.09 0 0.15 0.25
HSL 97.24º 0.18% 0.69% -
HSV(B) 97.24º 0.15% 0.75% -
XYZ 42.39 48.75 41.36 -
YUV 182.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 173 191 162 0.09 0 0.15 0.25 97.24 0.18 0.69
Hex AD BF A2 9 0 F 19 61 12 45
Octal 255 277 242 11 0 17 31 141 22 105
Binary 10101101 10111111 10100010 1001 0 1111 11001 1100001 10010 1000101

Color Harmonies of #ADBFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFA2

Black with #ADBFA2

Text Example


Text Example

White with #ADBFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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