#BCBFA0

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

Shades of Beryl Green #BCBFA0

Tints of Beryl Green #BCBFA0

Color information

#BCBFA0 (or 0xBCBFA0) is unknown color: approx Beryl Green. HEX triplet: BC, BF and A0. RGB value is (188,191,160). Sum of RGB (Red+Green+Blue) = 188+191+160=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFA0 is #43405F. Grayscale: #BABABA. Windows color (decimal): -4407392 or 10534844. OLE color: 10534844.

HSL color Cylindrical-coordinate representation of color #BCBFA0: hue angle of 65.81º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBFA0 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB188191160-
CMYK0.0200.160.25
HSL65.81º19.5%68.82%-
HSV(B)65.81º16.23%74.9%-
XYZ45.7250.4940.59-
YUV186.57113.01129.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=34.88%
G=35.44%
B=29.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911600.0200.160.2565.8119.568.82
HexBCBFA0201019421345
Octal27427724020203110223105
Binary10111100101111111010000010010000110011000010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFA0; }

 p { color: rgb(188,191,160); }

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

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

 a { background-color: rgb(188,191,160); }

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

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

 span { border-color: rgb(188,191,160); }

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