Html Css Color HEX #B7BDBE Jungle Mist

📋 copy color: '#B7BDBE'

red 183 ◦ green 189 ◦ blue 190

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

Shades of Jungle Mist #B7BDBE

Tints of Jungle Mist #B7BDBE

RGB

 RED value IS 183 (71.88% from 255) = 32.56%

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

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 32.56%
G = 33.63%
B = 33.81%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B7BDBE (or 0xB7BDBE) is known color: Jungle Mist. HEX triplet: B7, BD and BE. RGB value is (183,189,190). Sum of RGB (Red+Green+Blue) = 183+189+190=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDBE is #484241. Grayscale: #BBBBBB. Windows color (decimal): -4735554 or 12500407. OLE color: 12500407.

HSL color Cylindrical-coordinate representation of color #B7BDBE: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B7BDBE is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 189 190 -
CMYK 0.04 0.01 0 0.25
HSL 188.57º 0.05% 0.73% -
HSV(B) 188.57º 0.04% 0.75% -
XYZ 47.02 50.18 55.92 -
YUV 187.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 183 189 190 0.04 0.01 0 0.25 188.57 0.05 0.73
Hex B7 BD BE 4 1 0 19 BD 5 49
Octal 267 275 276 4 1 0 31 275 5 111
Binary 10110111 10111101 10111110 100 1 0 11001 10111101 101 1001001

Color Harmonies of #B7BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BDBE

Black with #B7BDBE

Text Example


Text Example

White with #B7BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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