#BFC4AD

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

Shades of Beryl Green #BFC4AD

Tints of Beryl Green #BFC4AD

Color information

#BFC4AD (or 0xBFC4AD) is unknown color: approx Beryl Green. HEX triplet: BF, C4 and AD. RGB value is (191,196,173). Sum of RGB (Red+Green+Blue) = 191+196+173=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC4AD is #403B52. Grayscale: #BFBFBF. Windows color (decimal): -4209491 or 11388095. OLE color: 11388095.

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

Color convert

RGB191196173-
CMYK0.0300.120.23
HSL73.04º16.31%72.35%-
HSV(B)73.04º11.73%76.86%-
XYZ48.7753.5747.31-
YUV191.88117.34127.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=34.11%
G=35%
B=30.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961730.0300.120.2373.0416.3172.35
HexBFC4AD30C17491048
Octal27730425530142711120110
Binary1011111111000100101011011101100101111001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4AD; }

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

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

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

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

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

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

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

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