Html Css Color HEX #BEC2AB Beryl Green

📋 copy color: '#BEC2AB'

red 190 ◦ green 194 ◦ blue 171

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

Shades of Beryl Green #BEC2AB

Tints of Beryl Green #BEC2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.81%

R = 34.23%
G = 34.95%
B = 30.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#BEC2AB (or 0xBEC2AB) is known color: Beryl Green. HEX triplet: BE, C2 and AB. RGB value is (190,194,171). Sum of RGB (Red+Green+Blue) = 190+194+171=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2AB is #413D54. Grayscale: #BEBEBE. Windows color (decimal): -4275541 or 11256510. OLE color: 11256510.

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

Color convert

RGB 190 194 171 -
CMYK 0.02 0 0.12 0.24
HSL 70.43º 0.16% 0.72% -
HSV(B) 70.43º 0.12% 0.76% -
XYZ 47.88 52.47 46.13 -
YUV 190.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 190 194 171 0.02 0 0.12 0.24 70.43 0.16 0.72
Hex BE C2 AB 2 0 C 18 46 10 48
Octal 276 302 253 2 0 14 30 106 20 110
Binary 10111110 11000010 10101011 10 0 1100 11000 1000110 10000 1001000

Color Harmonies of #BEC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2AB

Black with #BEC2AB

Text Example


Text Example

White with #BEC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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