#9FBD9E

Color #9FBD9E Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9FBD9E

Tints of Spring Rain #9FBD9E

Color information

#9FBD9E (or 0x9FBD9E) is unknown color: approx Spring Rain. HEX triplet: 9F, BD and 9E. RGB value is (159,189,158). Sum of RGB (Red+Green+Blue) = 159+189+158=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD9E is #604261. Grayscale: #B0B0B0. Windows color (decimal): -6308450 or 10403231. OLE color: 10403231.

HSL color Cylindrical-coordinate representation of color #9FBD9E: hue angle of 118.06º 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 #9FBD9E is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB159189158-
CMYK0.1600.160.26
HSL118.06º19.02%68.04%-
HSV(B)118.06º16.4%74.12%-
XYZ38.6746.2339.23-
YUV176.5117.56115.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.42%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=31.42%
G=37.35%
B=31.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891580.1600.160.26118.0619.0268.04
Hex9FBD9E100101A761344
Octal237275236200203216623104
Binary10011111101111011001111010000010000110101110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FBD9E;
 }
 .AnyTagClassName
 {
   color: #9FBD9E;
 }
</style>
background-color css

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

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

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

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

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

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