Html Css Color HEX #9FBCBD Jungle Mist

📋 copy color: '#9FBCBD'

red 159 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #9FBCBD

Tints of Jungle Mist #9FBCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.07%

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

R = 29.66%
G = 35.07%
B = 35.26%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9FBCBD (or 0x9FBCBD) is known color: Jungle Mist. HEX triplet: 9F, BC and BD. RGB value is (159,188,189). Sum of RGB (Red+Green+Blue) = 159+188+189=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCBD is #604342. Grayscale: #B3B3B3. Windows color (decimal): -6308675 or 12434591. OLE color: 12434591.

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

Color convert

RGB 159 188 189 -
CMYK 0.16 0.01 0 0.26
HSL 182º 0.19% 0.68% -
HSV(B) 182º 0.16% 0.74% -
XYZ 41.47 47.01 55.03 -
YUV 179.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 159 188 189 0.16 0.01 0 0.26 182 0.19 0.68
Hex 9F BC BD 10 1 0 1A B6 13 44
Octal 237 274 275 20 1 0 32 266 23 104
Binary 10011111 10111100 10111101 10000 1 0 11010 10110110 10011 1000100

Color Harmonies of #9FBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCBD

Black with #9FBCBD

Text Example


Text Example

White with #9FBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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