Html Css Color HEX #B7BABA Jungle Mist

📋 copy color: '#B7BABA'

red 183 ◦ green 186 ◦ blue 186

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

Shades of Jungle Mist #B7BABA

Tints of Jungle Mist #B7BABA

RGB

 RED value IS 183 (71.88% from 255) = 32.97%

 GREEN value IS 186 (73.05% from 255) = 33.51%

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 32.97%
G = 33.51%
B = 33.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B7BABA (or 0xB7BABA) is known color: Jungle Mist. HEX triplet: B7, BA and BA. RGB value is (183,186,186). Sum of RGB (Red+Green+Blue) = 183+186+186=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #B7BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BABA is #484545. Grayscale: #B9B9B9. Windows color (decimal): -4736326 or 12237495. OLE color: 12237495.

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

Color convert

RGB 183 186 186 -
CMYK 0.02 0 0 0.27
HSL 180º 0.02% 0.72% -
HSV(B) 180º 0.02% 0.73% -
XYZ 45.95 48.73 53.44 -
YUV 185.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 183 186 186 0.02 0 0 0.27 180 0.02 0.72
Hex B7 BA BA 2 0 0 1B B4 2 48
Octal 267 272 272 2 0 0 33 264 2 110
Binary 10110111 10111010 10111010 10 0 0 11011 10110100 10 1001000

Color Harmonies of #B7BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BABA

Black with #B7BABA

Text Example


Text Example

White with #B7BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BABA; }

 p { color: rgb(183,186,186); }

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

background-color css

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

 a { background-color: rgb(183,186,186); }

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

border-color css

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

 span { border-color: rgb(183,186,186); }

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