#BFC3AF

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

Shades of Beryl Green #BFC3AF

Tints of Beryl Green #BFC3AF

Color information

#BFC3AF (or 0xBFC3AF) is unknown color: approx Beryl Green. HEX triplet: BF, C3 and AF. RGB value is (191,195,175). Sum of RGB (Red+Green+Blue) = 191+195+175=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3AF is #403C50. Grayscale: #BFBFBF. Windows color (decimal): -4209745 or 11518911. OLE color: 11518911.

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

Color convert

RGB191195175-
CMYK0.0200.100.24
HSL72º14.29%72.55%-
HSV(B)72º10.26%76.47%-
XYZ48.7453.248.26-
YUV191.52118.67127.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=34.05%
G=34.76%
B=31.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951750.0200.100.247214.2972.55
HexBFC3AF20A1848e49
Octal27730325720123011016111
Binary101111111100001110101111100101011000100100011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3AF; }

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

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

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

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

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

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

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

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