Html Css Color HEX #BEC2AD Beryl Green

📋 copy color: '#BEC2AD'

red 190 ◦ green 194 ◦ blue 173

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

Shades of Beryl Green #BEC2AD

Tints of Beryl Green #BEC2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.83%

 BLUE value IS 173 (67.97% from 255) = 31.06%

R = 34.11%
G = 34.83%
B = 31.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#BEC2AD (or 0xBEC2AD) is known color: Beryl Green. HEX triplet: BE, C2 and AD. RGB value is (190,194,173). Sum of RGB (Red+Green+Blue) = 190+194+173=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2AD is #413D52. Grayscale: #BEBEBE. Windows color (decimal): -4275539 or 11387582. OLE color: 11387582.

HSL color Cylindrical-coordinate representation of color #BEC2AD: hue angle of 71.43º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC2AD is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 173 -
CMYK 0.02 0 0.11 0.24
HSL 71.43º 0.15% 0.72% -
HSV(B) 71.43º 0.11% 0.76% -
XYZ 48.07 52.55 47.14 -
YUV 190.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 190 194 173 0.02 0 0.11 0.24 71.43 0.15 0.72
Hex BE C2 AD 2 0 B 18 47 F 48
Octal 276 302 255 2 0 13 30 107 17 110
Binary 10111110 11000010 10101101 10 0 1011 11000 1000111 1111 1001000

Color Harmonies of #BEC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2AD

Black with #BEC2AD

Text Example


Text Example

White with #BEC2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2AD; }

 p { color: rgb(190,194,173); }

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

background-color css

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

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

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

border-color css

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

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

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