Html Css Color HEX #B5BABA Jungle Mist

📋 copy color: '#B5BABA'

red 181 ◦ green 186 ◦ blue 186

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

Shades of Jungle Mist #B5BABA

Tints of Jungle Mist #B5BABA

RGB

 RED value IS 181 (71.09% from 255) = 32.73%

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

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

R = 32.73%
G = 33.63%
B = 33.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5BABA (or 0xB5BABA) is known color: Jungle Mist. HEX triplet: B5, BA and BA. RGB value is (181,186,186). Sum of RGB (Red+Green+Blue) = 181+186+186=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #B5BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BABA is #4A4545. Grayscale: #B8B8B8. Windows color (decimal): -4867398 or 12237493. OLE color: 12237493.

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

Color convert

RGB 181 186 186 -
CMYK 0.03 0 0 0.27
HSL 180º 0.03% 0.72% -
HSV(B) 180º 0.03% 0.73% -
XYZ 45.48 48.49 53.42 -
YUV 184.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 181 186 186 0.03 0 0 0.27 180 0.03 0.72
Hex B5 BA BA 3 0 0 1B B4 3 48
Octal 265 272 272 3 0 0 33 264 3 110
Binary 10110101 10111010 10111010 11 0 0 11011 10110100 11 1001000

Color Harmonies of #B5BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BABA

Black with #B5BABA

Text Example


Text Example

White with #B5BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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