Html Css Color HEX #BEC1AB Beryl Green

📋 copy color: '#BEC1AB'

red 190 ◦ green 193 ◦ blue 171

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

Shades of Beryl Green #BEC1AB

Tints of Beryl Green #BEC1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.84%

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

R = 34.3%
G = 34.84%
B = 30.87%

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

#BEC1AB (or 0xBEC1AB) is known color: Beryl Green. HEX triplet: BE, C1 and AB. RGB value is (190,193,171). Sum of RGB (Red+Green+Blue) = 190+193+171=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC1AB is #413E54. Grayscale: #BDBDBD. Windows color (decimal): -4275797 or 11256254. OLE color: 11256254.

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

Color convert

RGB 190 193 171 -
CMYK 0.02 0 0.11 0.24
HSL 68.18º 0.15% 0.71% -
HSV(B) 68.18º 0.11% 0.76% -
XYZ 47.66 52.03 46.06 -
YUV 189.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 190 193 171 0.02 0 0.11 0.24 68.18 0.15 0.71
Hex BE C1 AB 2 0 B 18 44 F 47
Octal 276 301 253 2 0 13 30 104 17 107
Binary 10111110 11000001 10101011 10 0 1011 11000 1000100 1111 1000111

Color Harmonies of #BEC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1AB

Black with #BEC1AB

Text Example


Text Example

White with #BEC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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