#BFC3B1

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

Shades of Beryl Green #BFC3B1

Tints of Beryl Green #BFC3B1

Color information

#BFC3B1 (or 0xBFC3B1) is unknown color: approx Beryl Green. HEX triplet: BF, C3 and B1. RGB value is (191,195,177). Sum of RGB (Red+Green+Blue) = 191+195+177=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3B1 is #403C4E. Grayscale: #BFBFBF. Windows color (decimal): -4209743 or 11649983. OLE color: 11649983.

HSL color Cylindrical-coordinate representation of color #BFC3B1: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC3B1 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB191195177-
CMYK0.0200.090.24
HSL73.33º13.04%72.94%-
HSV(B)73.33º9.23%76.47%-
XYZ48.9453.2849.3-
YUV191.75119.67127.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=33.93%
G=34.64%
B=31.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951770.0200.090.2473.3313.0472.94
HexBFC3B12091849d49
Octal27730326120113011115111
Binary101111111100001110110001100100111000100100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3B1; }

 p { color: rgb(191,195,177); }

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

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

 a { background-color: rgb(191,195,177); }

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

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

 span { border-color: rgb(191,195,177); }

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