#BFC4AF

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

Shades of Beryl Green #BFC4AF

Tints of Beryl Green #BFC4AF

Color information

#BFC4AF (or 0xBFC4AF) is unknown color: approx Beryl Green. HEX triplet: BF, C4 and AF. RGB value is (191,196,175). Sum of RGB (Red+Green+Blue) = 191+196+175=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC4AF is #403B50. Grayscale: #C0C0C0. Windows color (decimal): -4209489 or 11519167. OLE color: 11519167.

HSL color Cylindrical-coordinate representation of color #BFC4AF: hue angle of 74.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC4AF is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB191196175-
CMYK0.0300.110.23
HSL74.29º15.11%72.75%-
HSV(B)74.29º10.71%76.86%-
XYZ48.9653.6548.33-
YUV192.11118.34127.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=33.99%
G=34.88%
B=31.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961750.0300.110.2374.2915.1172.75
HexBFC4AF30B174af49
Octal27730425730132711217111
Binary101111111100010010101111110101110111100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4AF; }

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

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

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

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

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

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

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

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