Html Css Color HEX #9FBEBD Jungle Mist

📋 copy color: '#9FBEBD'

red 159 ◦ green 190 ◦ blue 189

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

Shades of Jungle Mist #9FBEBD

Tints of Jungle Mist #9FBEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

 BLUE value IS 189 (74.22% from 255) = 35.13%

R = 29.55%
G = 35.32%
B = 35.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#9FBEBD (or 0x9FBEBD) is known color: Jungle Mist. HEX triplet: 9F, BE and BD. RGB value is (159,190,189). Sum of RGB (Red+Green+Blue) = 159+190+189=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEBD is #604142. Grayscale: #B4B4B4. Windows color (decimal): -6308163 or 12435103. OLE color: 12435103.

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

Color convert

RGB 159 190 189 -
CMYK 0.16 0 0.01 0.25
HSL 178.06º 0.19% 0.68% -
HSV(B) 178.06º 0.16% 0.75% -
XYZ 41.9 47.87 55.18 -
YUV 180.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 159 190 189 0.16 0 0.01 0.25 178.06 0.19 0.68
Hex 9F BE BD 10 0 1 19 B2 13 44
Octal 237 276 275 20 0 1 31 262 23 104
Binary 10011111 10111110 10111101 10000 0 1 11001 10110010 10011 1000100

Color Harmonies of #9FBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBEBD

Black with #9FBEBD

Text Example


Text Example

White with #9FBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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