Html Css Color HEX #BABEBE Jungle Mist

📋 copy color: '#BABEBE'

red 186 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #BABEBE

Tints of Jungle Mist #BABEBE

RGB

 RED value IS 186 (73.05% from 255) = 32.86%

 GREEN value IS 190 (74.61% from 255) = 33.57%

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

R = 32.86%
G = 33.57%
B = 33.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BABEBE (or 0xBABEBE) is known color: Jungle Mist. HEX triplet: BA, BE and BE. RGB value is (186,190,190). Sum of RGB (Red+Green+Blue) = 186+190+190=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #BABEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEBE is #454141. Grayscale: #BCBCBC. Windows color (decimal): -4538690 or 12500666. OLE color: 12500666.

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

Color convert

RGB 186 190 190 -
CMYK 0.02 0 0 0.25
HSL 180º 0.03% 0.74% -
HSV(B) 180º 0.02% 0.75% -
XYZ 47.96 50.98 56.03 -
YUV 188.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 186 190 190 0.02 0 0 0.25 180 0.03 0.74
Hex BA BE BE 2 0 0 19 B4 3 4A
Octal 272 276 276 2 0 0 31 264 3 112
Binary 10111010 10111110 10111110 10 0 0 11001 10110100 11 1001010

Color Harmonies of #BABEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEBE

Black with #BABEBE

Text Example


Text Example

White with #BABEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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