#BCBFA8

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

Shades of Beryl Green #BCBFA8

Tints of Beryl Green #BCBFA8

Color information

#BCBFA8 (or 0xBCBFA8) is unknown color: approx Beryl Green. HEX triplet: BC, BF and A8. RGB value is (188,191,168). Sum of RGB (Red+Green+Blue) = 188+191+168=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFA8 is #434057. Grayscale: #BBBBBB. Windows color (decimal): -4407384 or 11059132. OLE color: 11059132.

HSL color Cylindrical-coordinate representation of color #BCBFA8: hue angle of 67.83º degrees, saturation: 0.15, 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 #BCBFA8 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB188191168-
CMYK0.0200.120.25
HSL67.83º15.23%70.39%-
HSV(B)67.83º12.04%74.9%-
XYZ46.4450.7844.4-
YUV187.48117.01128.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 168 (66.02% from 255) = 30.71%
R=34.37%
G=34.92%
B=30.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911680.0200.120.2567.8315.2370.39
HexBCBFA820C1944f46
Octal27427725020143110417106
Binary101111001011111110101000100110011001100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFA8; }

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

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

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

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

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

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

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

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