#BFC3AD

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

Shades of Beryl Green #BFC3AD

Tints of Beryl Green #BFC3AD

Color information

#BFC3AD (or 0xBFC3AD) is unknown color: approx Beryl Green. HEX triplet: BF, C3 and AD. RGB value is (191,195,173). Sum of RGB (Red+Green+Blue) = 191+195+173=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3AD is #403C52. Grayscale: #BFBFBF. Windows color (decimal): -4209747 or 11387839. OLE color: 11387839.

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

Color convert

RGB191195173-
CMYK0.0200.110.24
HSL70.91º15.49%72.16%-
HSV(B)70.91º11.28%76.47%-
XYZ48.5453.1247.23-
YUV191.3117.67127.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=34.17%
G=34.88%
B=30.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951730.0200.110.2470.9115.4972.16
HexBFC3AD20B1847f48
Octal27730325520133010717110
Binary101111111100001110101101100101111000100011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3AD; }

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

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

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

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

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

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

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

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