#BFC4AC

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

Shades of Beryl Green #BFC4AC

Tints of Beryl Green #BFC4AC

Color information

#BFC4AC (or 0xBFC4AC) is unknown color: approx Beryl Green. HEX triplet: BF, C4 and AC. RGB value is (191,196,172). Sum of RGB (Red+Green+Blue) = 191+196+172=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC4AC is #403B53. Grayscale: #BFBFBF. Windows color (decimal): -4209492 or 11322559. OLE color: 11322559.

HSL color Cylindrical-coordinate representation of color #BFC4AC: hue angle of 72.5º degrees, saturation: 0.17, 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 #BFC4AC is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB191196172-
CMYK0.0300.120.23
HSL72.5º16.9%72.16%-
HSV(B)72.5º12.24%76.86%-
XYZ48.6753.5346.8-
YUV191.77116.84127.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=34.17%
G=35.06%
B=30.77%

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
Decimal1911961720.0300.120.2372.516.972.16
HexBFC4AC30C17481148
Octal27730425430142711021110
Binary1011111111000100101011001101100101111001000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4AC; }

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

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

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

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

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

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

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

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