#BCBEA8

Color #BCBEA8 Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #BCBEA8

Tints of Beryl Green #BCBEA8

Color information

#BCBEA8 (or 0xBCBEA8) is unknown color: approx Beryl Green. HEX triplet: BC, BE and A8. RGB value is (188,190,168). Sum of RGB (Red+Green+Blue) = 188+190+168=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEA8 is #434157. Grayscale: #BABABA. Windows color (decimal): -4407640 or 11058876. OLE color: 11058876.

HSL color Cylindrical-coordinate representation of color #BCBEA8: hue angle of 65.45º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBEA8 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB188190168-
CMYK0.0100.120.25
HSL65.45º14.47%70.2%-
HSV(B)65.45º11.58%74.51%-
XYZ46.2250.3544.33-
YUV186.89117.34128.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 168 (66.02% from 255) = 30.77%
R=34.43%
G=34.80%
B=30.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901680.0100.120.2565.4514.4770.2
HexBCBEA810C1941e46
Octal27427625010143110116106
Binary10111100101111101010100010110011001100000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEA8; }

 p { color: rgb(188,190,168); }

 H1.HeaderClassName
 {
   color: #BCBEA8;
 }
 .AnyTagClassName
 {
   color: #BCBEA8;
 }
</style>
background-color css

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

 a { background-color: rgb(188,190,168); }

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

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

 span { border-color: rgb(188,190,168); }

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