Html Css Color HEX #B2BCBC Jungle Mist

📋 copy color: '#B2BCBC'

red 178 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #B2BCBC

Tints of Jungle Mist #B2BCBC

RGB

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

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

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

R = 32.13%
G = 33.94%
B = 33.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B2BCBC (or 0xB2BCBC) is known color: Jungle Mist. HEX triplet: B2, BC and BC. RGB value is (178,188,188). Sum of RGB (Red+Green+Blue) = 178+188+188=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #B2BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCBC is #4D4343. Grayscale: #B9B9B9. Windows color (decimal): -5063492 or 12369074. OLE color: 12369074.

HSL color Cylindrical-coordinate representation of color #B2BCBC: hue angle of 180º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BCBC is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 188 -
CMYK 0.05 0 0 0.26
HSL 180º 0.07% 0.72% -
HSV(B) 180º 0.05% 0.74% -
XYZ 45.42 49.06 54.65 -
YUV 185.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 178 188 188 0.05 0 0 0.26 180 0.07 0.72
Hex B2 BC BC 5 0 0 1A B4 7 48
Octal 262 274 274 5 0 0 32 264 7 110
Binary 10110010 10111100 10111100 101 0 0 11010 10110100 111 1001000

Color Harmonies of #B2BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCBC

Black with #B2BCBC

Text Example


Text Example

White with #B2BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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