#BCBFAE

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

Shades of Beryl Green #BCBFAE

Tints of Beryl Green #BCBFAE

Color information

#BCBFAE (or 0xBCBFAE) is unknown color: approx Beryl Green. HEX triplet: BC, BF and AE. RGB value is (188,191,174). Sum of RGB (Red+Green+Blue) = 188+191+174=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFAE is #434051. Grayscale: #BCBCBC. Windows color (decimal): -4407378 or 11452348. OLE color: 11452348.

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

Color convert

RGB188191174-
CMYK0.0200.090.25
HSL70.59º11.72%71.57%-
HSV(B)70.59º8.9%74.9%-
XYZ47.0151.0147.41-
YUV188.16120.01127.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=34.00%
G=34.54%
B=31.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911740.0200.090.2570.5911.7271.57
HexBCBFAE2091947c48
Octal27427725620113110714110
Binary101111001011111110101110100100111001100011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFAE; }

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

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

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

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

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

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

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

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