Html Css Color HEX #BEC2AC Beryl Green

📋 copy color: '#BEC2AC'

red 190 ◦ green 194 ◦ blue 172

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

Shades of Beryl Green #BEC2AC

Tints of Beryl Green #BEC2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.94%

R = 34.17%
G = 34.89%
B = 30.94%

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

#BEC2AC (or 0xBEC2AC) is known color: Beryl Green. HEX triplet: BE, C2 and AC. RGB value is (190,194,172). Sum of RGB (Red+Green+Blue) = 190+194+172=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2AC is #413D53. Grayscale: #BEBEBE. Windows color (decimal): -4275540 or 11322046. OLE color: 11322046.

HSL color Cylindrical-coordinate representation of color #BEC2AC: hue angle of 70.91º 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 #BEC2AC is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 172 -
CMYK 0.02 0 0.11 0.24
HSL 70.91º 0.15% 0.72% -
HSV(B) 70.91º 0.11% 0.76% -
XYZ 47.97 52.51 46.64 -
YUV 190.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 190 194 172 0.02 0 0.11 0.24 70.91 0.15 0.72
Hex BE C2 AC 2 0 B 18 47 F 48
Octal 276 302 254 2 0 13 30 107 17 110
Binary 10111110 11000010 10101100 10 0 1011 11000 1000111 1111 1001000

Color Harmonies of #BEC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2AC

Black with #BEC2AC

Text Example


Text Example

White with #BEC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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