Html Css Color HEX #B2C0BF Jungle Mist

📋 copy color: '#B2C0BF'

red 178 ◦ green 192 ◦ blue 191

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

Shades of Jungle Mist #B2C0BF

Tints of Jungle Mist #B2C0BF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.22%

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

R = 31.73%
G = 34.22%
B = 34.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#B2C0BF (or 0xB2C0BF) is known color: Jungle Mist. HEX triplet: B2, C0 and BF. RGB value is (178,192,191). Sum of RGB (Red+Green+Blue) = 178+192+191=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C0BF is #4D3F40. Grayscale: #BBBBBB. Windows color (decimal): -5062465 or 12566706. OLE color: 12566706.

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

Color convert

RGB 178 192 191 -
CMYK 0.07 0 0.01 0.25
HSL 175.71º 0.1% 0.73% -
HSV(B) 175.71º 0.07% 0.75% -
XYZ 46.61 50.93 56.66 -
YUV 187.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 178 192 191 0.07 0 0.01 0.25 175.71 0.1 0.73
Hex B2 C0 BF 7 0 1 19 B0 A 49
Octal 262 300 277 7 0 1 31 260 12 111
Binary 10110010 11000000 10111111 111 0 1 11001 10110000 1010 1001001

Color Harmonies of #B2C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C0BF

Black with #B2C0BF

Text Example


Text Example

White with #B2C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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