Html Css Color HEX #B3BBBA Jungle Mist

📋 copy color: '#B3BBBA'

red 179 ◦ green 187 ◦ blue 186

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

Shades of Jungle Mist #B3BBBA

Tints of Jungle Mist #B3BBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 32.43%
G = 33.88%
B = 33.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B3BBBA (or 0xB3BBBA) is known color: Jungle Mist. HEX triplet: B3, BB and BA. RGB value is (179,187,186). Sum of RGB (Red+Green+Blue) = 179+187+186=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBBA is #4C4445. Grayscale: #B8B8B8. Windows color (decimal): -4998214 or 12237747. OLE color: 12237747.

HSL color Cylindrical-coordinate representation of color #B3BBBA: hue angle of 172.5º 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 #B3BBBA is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 187 186 -
CMYK 0.04 0 0.01 0.27
HSL 172.5º 0.06% 0.72% -
HSV(B) 172.5º 0.04% 0.73% -
XYZ 45.22 48.67 53.47 -
YUV 184.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 179 187 186 0.04 0 0.01 0.27 172.5 0.06 0.72
Hex B3 BB BA 4 0 1 1B AC 6 48
Octal 263 273 272 4 0 1 33 254 6 110
Binary 10110011 10111011 10111010 100 0 1 11011 10101100 110 1001000

Color Harmonies of #B3BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBBA

Black with #B3BBBA

Text Example


Text Example

White with #B3BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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