Html Css Color HEX #B1BCBD Jungle Mist

📋 copy color: '#B1BCBD'

red 177 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #B1BCBD

Tints of Jungle Mist #B1BCBD

RGB

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

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

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

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

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

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

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

Color convert

RGB 177 188 189 -
CMYK 0.06 0.01 0 0.26
HSL 185º 0.08% 0.72% -
HSV(B) 185º 0.06% 0.74% -
XYZ 45.3 48.99 55.21 -
YUV 184.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 177 188 189 0.06 0.01 0 0.26 185 0.08 0.72
Hex B1 BC BD 6 1 0 1A B9 8 48
Octal 261 274 275 6 1 0 32 271 10 110
Binary 10110001 10111100 10111101 110 1 0 11010 10111001 1000 1001000

Color Harmonies of #B1BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCBD

Black with #B1BCBD

Text Example


Text Example

White with #B1BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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