Html Css Color HEX #B1BBBC Jungle Mist

📋 copy color: '#B1BBBC'

red 177 ◦ green 187 ◦ blue 188

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

Shades of Jungle Mist #B1BBBC

Tints of Jungle Mist #B1BBBC

RGB

 RED value IS 177 (69.53% from 255) = 32.07%

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

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 32.07%
G = 33.88%
B = 34.06%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B1BBBC (or 0xB1BBBC) is known color: Jungle Mist. HEX triplet: B1, BB and BC. RGB value is (177,187,188). Sum of RGB (Red+Green+Blue) = 177+187+188=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBBC is #4E4443. Grayscale: #B8B8B8. Windows color (decimal): -5129284 or 12368817. OLE color: 12368817.

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

Color convert

RGB 177 187 188 -
CMYK 0.06 0.01 0 0.26
HSL 185.45º 0.08% 0.72% -
HSV(B) 185.45º 0.06% 0.74% -
XYZ 44.98 48.52 54.57 -
YUV 184.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 177 187 188 0.06 0.01 0 0.26 185.45 0.08 0.72
Hex B1 BB BC 6 1 0 1A B9 8 48
Octal 261 273 274 6 1 0 32 271 10 110
Binary 10110001 10111011 10111100 110 1 0 11010 10111001 1000 1001000

Color Harmonies of #B1BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBBC

Black with #B1BBBC

Text Example


Text Example

White with #B1BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBBC; }

 p { color: rgb(177,187,188); }

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

background-color css

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

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

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

border-color css

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

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

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