Html Css Color HEX #B2BDBE Jungle Mist

📋 copy color: '#B2BDBE'

red 178 ◦ green 189 ◦ blue 190

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

Shades of Jungle Mist #B2BDBE

Tints of Jungle Mist #B2BDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 31.96%
G = 33.93%
B = 34.11%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2BDBE (or 0xB2BDBE) is known color: Jungle Mist. HEX triplet: B2, BD and BE. RGB value is (178,189,190). Sum of RGB (Red+Green+Blue) = 178+189+190=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDBE is #4D4241. Grayscale: #B9B9B9. Windows color (decimal): -5063234 or 12500402. OLE color: 12500402.

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

Color convert

RGB 178 189 190 -
CMYK 0.06 0.01 0 0.25
HSL 185º 0.08% 0.72% -
HSV(B) 185º 0.06% 0.75% -
XYZ 45.85 49.58 55.87 -
YUV 185.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 178 189 190 0.06 0.01 0 0.25 185 0.08 0.72
Hex B2 BD BE 6 1 0 19 B9 8 48
Octal 262 275 276 6 1 0 31 271 10 110
Binary 10110010 10111101 10111110 110 1 0 11001 10111001 1000 1001000

Color Harmonies of #B2BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDBE

Black with #B2BDBE

Text Example


Text Example

White with #B2BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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