#BCBEAE

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

Shades of Beryl Green #BCBEAE

Tints of Beryl Green #BCBEAE

Color information

#BCBEAE (or 0xBCBEAE) is unknown color: approx Beryl Green. HEX triplet: BC, BE and AE. RGB value is (188,190,174). Sum of RGB (Red+Green+Blue) = 188+190+174=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEAE is #434151. Grayscale: #BBBBBB. Windows color (decimal): -4407634 or 11452092. OLE color: 11452092.

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

Color convert

RGB188190174-
CMYK0.0100.080.25
HSL67.5º10.96%71.37%-
HSV(B)67.5º8.42%74.51%-
XYZ46.7950.5747.34-
YUV187.58120.34128.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=34.06%
G=34.42%
B=31.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901740.0100.080.2567.510.9671.37
HexBCBEAE1081944b47
Octal27427625610103110413107
Binary10111100101111101010111010100011001100010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEAE; }

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

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

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

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

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

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

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

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