Html Css Color HEX #BEC4A2 Beryl Green

📋 copy color: '#BEC4A2'

red 190 ◦ green 196 ◦ blue 162

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

Shades of Beryl Green #BEC4A2

Tints of Beryl Green #BEC4A2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.77%

 BLUE value IS 162 (63.67% from 255) = 29.56%

R = 34.67%
G = 35.77%
B = 29.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#BEC4A2 (or 0xBEC4A2) is known color: Beryl Green. HEX triplet: BE, C4 and A2. RGB value is (190,196,162). Sum of RGB (Red+Green+Blue) = 190+196+162=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4A2 is #413B5D. Grayscale: #BEBEBE. Windows color (decimal): -4275038 or 10667198. OLE color: 10667198.

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

Color convert

RGB 190 196 162 -
CMYK 0.03 0 0.17 0.23
HSL 70.59º 0.22% 0.7% -
HSV(B) 70.59º 0.17% 0.77% -
XYZ 47.5 53.04 41.92 -
YUV 190.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 190 196 162 0.03 0 0.17 0.23 70.59 0.22 0.7
Hex BE C4 A2 3 0 11 17 47 16 46
Octal 276 304 242 3 0 21 27 107 26 106
Binary 10111110 11000100 10100010 11 0 10001 10111 1000111 10110 1000110

Color Harmonies of #BEC4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4A2

Black with #BEC4A2

Text Example


Text Example

White with #BEC4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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