Html Css Color HEX #B3BBBB Jungle Mist

📋 copy color: '#B3BBBB'

red 179 ◦ green 187 ◦ blue 187

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

Shades of Jungle Mist #B3BBBB

Tints of Jungle Mist #B3BBBB

RGB

 RED value IS 179 (70.31% from 255) = 32.37%

 GREEN value IS 187 (73.44% from 255) = 33.82%

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 32.37%
G = 33.82%
B = 33.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B3BBBB (or 0xB3BBBB) is known color: Jungle Mist. HEX triplet: B3, BB and BB. RGB value is (179,187,187). Sum of RGB (Red+Green+Blue) = 179+187+187=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #B3BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBBB is #4C4444. Grayscale: #B8B8B8. Windows color (decimal): -4998213 or 12303283. OLE color: 12303283.

HSL color Cylindrical-coordinate representation of color #B3BBBB: hue angle of 180º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3BBBB is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 187 187 -
CMYK 0.04 0 0 0.27
HSL 180º 0.06% 0.72% -
HSV(B) 180º 0.04% 0.73% -
XYZ 45.33 48.71 54.03 -
YUV 184.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 179 187 187 0.04 0 0 0.27 180 0.06 0.72
Hex B3 BB BB 4 0 0 1B B4 6 48
Octal 263 273 273 4 0 0 33 264 6 110
Binary 10110011 10111011 10111011 100 0 0 11011 10110100 110 1001000

Color Harmonies of #B3BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBBB

Black with #B3BBBB

Text Example


Text Example

White with #B3BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBBB; }

 p { color: rgb(179,187,187); }

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

background-color css

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

 a { background-color: rgb(179,187,187); }

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

border-color css

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

 span { border-color: rgb(179,187,187); }

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