Html Css Color HEX #BEC3C4 Jungle Mist

📋 copy color: '#BEC3C4'

red 190 ◦ green 195 ◦ blue 196

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

Shades of Jungle Mist #BEC3C4

Tints of Jungle Mist #BEC3C4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.56%

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

R = 32.7%
G = 33.56%
B = 33.73%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BEC3C4 (or 0xBEC3C4) is known color: Jungle Mist. HEX triplet: BE, C3 and C4. RGB value is (190,195,196). Sum of RGB (Red+Green+Blue) = 190+195+196=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEC3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3C4 is #413C3B. Grayscale: #C1C1C1. Windows color (decimal): -4275260 or 12895166. OLE color: 12895166.

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

Color convert

RGB 190 195 196 -
CMYK 0.03 0.01 0 0.23
HSL 190º 0.05% 0.76% -
HSV(B) 190º 0.03% 0.77% -
XYZ 50.71 53.96 59.97 -
YUV 193.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 190 195 196 0.03 0.01 0 0.23 190 0.05 0.76
Hex BE C3 C4 3 1 0 17 BE 5 4C
Octal 276 303 304 3 1 0 27 276 5 114
Binary 10111110 11000011 11000100 11 1 0 10111 10111110 101 1001100

Color Harmonies of #BEC3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC3C4

Black with #BEC3C4

Text Example


Text Example

White with #BEC3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC3C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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