Html Css Color HEX #BEC5C4 Jungle Mist

📋 copy color: '#BEC5C4'

red 190 ◦ green 197 ◦ blue 196

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

Shades of Jungle Mist #BEC5C4

Tints of Jungle Mist #BEC5C4

RGB

 RED value IS 190 (74.61% from 255) = 32.59%

 GREEN value IS 197 (77.34% from 255) = 33.79%

 BLUE value IS 196 (76.95% from 255) = 33.62%

R = 32.59%
G = 33.79%
B = 33.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#BEC5C4 (or 0xBEC5C4) is known color: Jungle Mist. HEX triplet: BE, C5 and C4. RGB value is (190,197,196). Sum of RGB (Red+Green+Blue) = 190+197+196=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5C4 is #413A3B. Grayscale: #C2C2C2. Windows color (decimal): -4274748 or 12895678. OLE color: 12895678.

HSL color Cylindrical-coordinate representation of color #BEC5C4: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC5C4 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 196 -
CMYK 0.04 0 0.01 0.23
HSL 171.43º 0.06% 0.76% -
HSV(B) 171.43º 0.04% 0.77% -
XYZ 51.17 54.87 60.12 -
YUV 194.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 190 197 196 0.04 0 0.01 0.23 171.43 0.06 0.76
Hex BE C5 C4 4 0 1 17 AB 6 4C
Octal 276 305 304 4 0 1 27 253 6 114
Binary 10111110 11000101 11000100 100 0 1 10111 10101011 110 1001100

Color Harmonies of #BEC5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5C4

Black with #BEC5C4

Text Example


Text Example

White with #BEC5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5C4; }

 p { color: rgb(190,197,196); }

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

background-color css

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

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

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

border-color css

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

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

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