Html Css Color HEX #9FBDA1 Spring Rain

📋 copy color: '#9FBDA1'

red 159 ◦ green 189 ◦ blue 161

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

Shades of Spring Rain #9FBDA1

Tints of Spring Rain #9FBDA1

RGB

 RED value IS 159 (62.5% from 255) = 31.24%

 GREEN value IS 189 (74.22% from 255) = 37.13%

 BLUE value IS 161 (63.28% from 255) = 31.63%

R = 31.24%
G = 37.13%
B = 31.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#9FBDA1 (or 0x9FBDA1) is known color: Spring Rain. HEX triplet: 9F, BD and A1. RGB value is (159,189,161). Sum of RGB (Red+Green+Blue) = 159+189+161=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBDA1 is #60425E. Grayscale: #B0B0B0. Windows color (decimal): -6308447 or 10599839. OLE color: 10599839.

HSL color Cylindrical-coordinate representation of color #9FBDA1: hue angle of 124º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBDA1 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 189 161 -
CMYK 0.16 0 0.15 0.26
HSL 124º 0.19% 0.68% -
HSV(B) 124º 0.16% 0.74% -
XYZ 38.93 46.34 40.61 -
YUV 176.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 159 189 161 0.16 0 0.15 0.26 124 0.19 0.68
Hex 9F BD A1 10 0 F 1A 7C 13 44
Octal 237 275 241 20 0 17 32 174 23 104
Binary 10011111 10111101 10100001 10000 0 1111 11010 1111100 10011 1000100

Color Harmonies of #9FBDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBDA1

Black with #9FBDA1

Text Example


Text Example

White with #9FBDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBDA1; }

 p { color: rgb(159,189,161); }

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

background-color css

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

 a { background-color: rgb(159,189,161); }

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

border-color css

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

 span { border-color: rgb(159,189,161); }

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