Html Css Color HEX #B0C0BE Jungle Mist

📋 copy color: '#B0C0BE'

red 176 ◦ green 192 ◦ blue 190

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

Shades of Jungle Mist #B0C0BE

Tints of Jungle Mist #B0C0BE

RGB

 RED value IS 176 (69.14% from 255) = 31.54%

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

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

R = 31.54%
G = 34.41%
B = 34.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#B0C0BE (or 0xB0C0BE) is known color: Jungle Mist. HEX triplet: B0, C0 and BE. RGB value is (176,192,190). Sum of RGB (Red+Green+Blue) = 176+192+190=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0BE is #4F3F41. Grayscale: #BABABA. Windows color (decimal): -5193538 or 12501168. OLE color: 12501168.

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

Color convert

RGB 176 192 190 -
CMYK 0.08 0 0.01 0.25
HSL 172.5º 0.11% 0.72% -
HSV(B) 172.5º 0.08% 0.75% -
XYZ 46.05 50.65 56.06 -
YUV 186.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 176 192 190 0.08 0 0.01 0.25 172.5 0.11 0.72
Hex B0 C0 BE 8 0 1 19 AC B 48
Octal 260 300 276 10 0 1 31 254 13 110
Binary 10110000 11000000 10111110 1000 0 1 11001 10101100 1011 1001000

Color Harmonies of #B0C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C0BE

Black with #B0C0BE

Text Example


Text Example

White with #B0C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C0BE; }

 p { color: rgb(176,192,190); }

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

background-color css

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

 a { background-color: rgb(176,192,190); }

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

border-color css

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

 span { border-color: rgb(176,192,190); }

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