Html Css Color HEX #9DBCBD Jungle Mist

📋 copy color: '#9DBCBD'

red 157 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #9DBCBD

Tints of Jungle Mist #9DBCBD

RGB

 RED value IS 157 (61.72% from 255) = 29.4%

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

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

R = 29.4%
G = 35.21%
B = 35.39%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9DBCBD (or 0x9DBCBD) is known color: Jungle Mist. HEX triplet: 9D, BC and BD. RGB value is (157,188,189). Sum of RGB (Red+Green+Blue) = 157+188+189=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #9DBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCBD is #624342. Grayscale: #B2B2B2. Windows color (decimal): -6439747 or 12434589. OLE color: 12434589.

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

Color convert

RGB 157 188 189 -
CMYK 0.17 0.01 0 0.26
HSL 181.88º 0.2% 0.68% -
HSV(B) 181.88º 0.17% 0.74% -
XYZ 41.07 46.81 55.01 -
YUV 178.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 157 188 189 0.17 0.01 0 0.26 181.88 0.2 0.68
Hex 9D BC BD 11 1 0 1A B6 14 44
Octal 235 274 275 21 1 0 32 266 24 104
Binary 10011101 10111100 10111101 10001 1 0 11010 10110110 10100 1000100

Color Harmonies of #9DBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBCBD

Black with #9DBCBD

Text Example


Text Example

White with #9DBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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