Html Css Color HEX #BEC0A0 Green Mist

📋 copy color: '#BEC0A0'

red 190 ◦ green 192 ◦ blue 160

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

Shades of Green Mist #BEC0A0

Tints of Green Mist #BEC0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.42%

 BLUE value IS 160 (62.89% from 255) = 29.52%

R = 35.06%
G = 35.42%
B = 29.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BEC0A0 (or 0xBEC0A0) is known color: Green Mist. HEX triplet: BE, C0 and A0. RGB value is (190,192,160). Sum of RGB (Red+Green+Blue) = 190+192+160=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC0A0 is #413F5F. Grayscale: #BBBBBB. Windows color (decimal): -4276064 or 10535102. OLE color: 10535102.

HSL color Cylindrical-coordinate representation of color #BEC0A0: hue angle of 63.75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC0A0 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 160 -
CMYK 0.01 0 0.17 0.25
HSL 63.75º 0.2% 0.69% -
HSV(B) 63.75º 0.17% 0.75% -
XYZ 46.43 51.18 40.69 -
YUV 187.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 190 192 160 0.01 0 0.17 0.25 63.75 0.2 0.69
Hex BE C0 A0 1 0 11 19 40 14 45
Octal 276 300 240 1 0 21 31 100 24 105
Binary 10111110 11000000 10100000 1 0 10001 11001 1000000 10100 1000101

Color Harmonies of #BEC0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0A0

Black with #BEC0A0

Text Example


Text Example

White with #BEC0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0A0; }

 p { color: rgb(190,192,160); }

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

background-color css

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

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

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

border-color css

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

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

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