Html Css Color HEX #B0BFBE Jungle Mist

📋 copy color: '#B0BFBE'

red 176 ◦ green 191 ◦ blue 190

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

Shades of Jungle Mist #B0BFBE

Tints of Jungle Mist #B0BFBE

RGB

 RED value IS 176 (69.14% from 255) = 31.6%

 GREEN value IS 191 (75% from 255) = 34.29%

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

R = 31.6%
G = 34.29%
B = 34.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#B0BFBE (or 0xB0BFBE) is known color: Jungle Mist. HEX triplet: B0, BF and BE. RGB value is (176,191,190). Sum of RGB (Red+Green+Blue) = 176+191+190=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFBE is #4F4041. Grayscale: #BABABA. Windows color (decimal): -5193794 or 12500912. OLE color: 12500912.

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

Color convert

RGB 176 191 190 -
CMYK 0.08 0 0.01 0.25
HSL 176º 0.1% 0.72% -
HSV(B) 176º 0.08% 0.75% -
XYZ 45.83 50.21 55.99 -
YUV 186.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 176 191 190 0.08 0 0.01 0.25 176 0.1 0.72
Hex B0 BF BE 8 0 1 19 B0 A 48
Octal 260 277 276 10 0 1 31 260 12 110
Binary 10110000 10111111 10111110 1000 0 1 11001 10110000 1010 1001000

Color Harmonies of #B0BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFBE

Black with #B0BFBE

Text Example


Text Example

White with #B0BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFBE; }

 p { color: rgb(176,191,190); }

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

background-color css

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

 a { background-color: rgb(176,191,190); }

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

border-color css

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

 span { border-color: rgb(176,191,190); }

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