Html Css Color HEX #B1BDBC Jungle Mist

📋 copy color: '#B1BDBC'

red 177 ◦ green 189 ◦ blue 188

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

Shades of Jungle Mist #B1BDBC

Tints of Jungle Mist #B1BDBC

RGB

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

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

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

R = 31.95%
G = 34.12%
B = 33.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#B1BDBC (or 0xB1BDBC) is known color: Jungle Mist. HEX triplet: B1, BD and BC. RGB value is (177,189,188). Sum of RGB (Red+Green+Blue) = 177+189+188=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDBC is #4E4243. Grayscale: #B9B9B9. Windows color (decimal): -5128772 or 12369329. OLE color: 12369329.

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

Color convert

RGB 177 189 188 -
CMYK 0.06 0 0.01 0.26
HSL 175º 0.08% 0.72% -
HSV(B) 175º 0.06% 0.74% -
XYZ 45.41 49.37 54.71 -
YUV 185.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 177 189 188 0.06 0 0.01 0.26 175 0.08 0.72
Hex B1 BD BC 6 0 1 1A AF 8 48
Octal 261 275 274 6 0 1 32 257 10 110
Binary 10110001 10111101 10111100 110 0 1 11010 10101111 1000 1001000

Color Harmonies of #B1BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDBC

Black with #B1BDBC

Text Example


Text Example

White with #B1BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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