Html Css Color HEX #B2BDBC Jungle Mist

📋 copy color: '#B2BDBC'

red 178 ◦ green 189 ◦ blue 188

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

Shades of Jungle Mist #B2BDBC

Tints of Jungle Mist #B2BDBC

RGB

 RED value IS 178 (69.92% from 255) = 32.07%

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

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

R = 32.07%
G = 34.05%
B = 33.87%

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

#B2BDBC (or 0xB2BDBC) is known color: Jungle Mist. HEX triplet: B2, BD and BC. RGB value is (178,189,188). Sum of RGB (Red+Green+Blue) = 178+189+188=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDBC is #4D4243. Grayscale: #B9B9B9. Windows color (decimal): -5063236 or 12369330. OLE color: 12369330.

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

Color convert

RGB 178 189 188 -
CMYK 0.06 0 0.01 0.26
HSL 174.55º 0.08% 0.72% -
HSV(B) 174.55º 0.06% 0.74% -
XYZ 45.63 49.49 54.72 -
YUV 185.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 178 189 188 0.06 0 0.01 0.26 174.55 0.08 0.72
Hex B2 BD BC 6 0 1 1A AF 8 48
Octal 262 275 274 6 0 1 32 257 10 110
Binary 10110010 10111101 10111100 110 0 1 11010 10101111 1000 1001000

Color Harmonies of #B2BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDBC

Black with #B2BDBC

Text Example


Text Example

White with #B2BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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