Html Css Color HEX #B2BEBF Jungle Mist

📋 copy color: '#B2BEBF'

red 178 ◦ green 190 ◦ blue 191

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

Shades of Jungle Mist #B2BEBF

Tints of Jungle Mist #B2BEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.99%

 BLUE value IS 191 (75% from 255) = 34.17%

R = 31.84%
G = 33.99%
B = 34.17%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2BEBF (or 0xB2BEBF) is known color: Jungle Mist. HEX triplet: B2, BE and BF. RGB value is (178,190,191). Sum of RGB (Red+Green+Blue) = 178+190+191=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEBF is #4D4140. Grayscale: #BABABA. Windows color (decimal): -5062977 or 12566194. OLE color: 12566194.

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

Color convert

RGB 178 190 191 -
CMYK 0.07 0.01 0 0.25
HSL 184.62º 0.09% 0.72% -
HSV(B) 184.62º 0.07% 0.75% -
XYZ 46.18 50.05 56.52 -
YUV 186.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 178 190 191 0.07 0.01 0 0.25 184.62 0.09 0.72
Hex B2 BE BF 7 1 0 19 B9 9 48
Octal 262 276 277 7 1 0 31 271 11 110
Binary 10110010 10111110 10111111 111 1 0 11001 10111001 1001 1001000

Color Harmonies of #B2BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BEBF

Black with #B2BEBF

Text Example


Text Example

White with #B2BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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