Html Css Color HEX #B0BBBC Jungle Mist

📋 copy color: '#B0BBBC'

red 176 ◦ green 187 ◦ blue 188

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

Shades of Jungle Mist #B0BBBC

Tints of Jungle Mist #B0BBBC

RGB

 RED value IS 176 (69.14% from 255) = 31.94%

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

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

R = 31.94%
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

#B0BBBC (or 0xB0BBBC) is known color: Jungle Mist. HEX triplet: B0, BB and BC. RGB value is (176,187,188). Sum of RGB (Red+Green+Blue) = 176+187+188=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBBC is #4F4443. Grayscale: #B7B7B7. Windows color (decimal): -5194820 or 12368816. OLE color: 12368816.

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

Color convert

RGB 176 187 188 -
CMYK 0.06 0.01 0 0.26
HSL 185º 0.08% 0.71% -
HSV(B) 185º 0.06% 0.74% -
XYZ 44.75 48.4 54.56 -
YUV 183.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 176 187 188 0.06 0.01 0 0.26 185 0.08 0.71
Hex B0 BB BC 6 1 0 1A B9 8 47
Octal 260 273 274 6 1 0 32 271 10 107
Binary 10110000 10111011 10111100 110 1 0 11010 10111001 1000 1000111

Color Harmonies of #B0BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBBC

Black with #B0BBBC

Text Example


Text Example

White with #B0BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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