#BFC3AB

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

Shades of Beryl Green #BFC3AB

Tints of Beryl Green #BFC3AB

Color information

#BFC3AB (or 0xBFC3AB) is unknown color: approx Beryl Green. HEX triplet: BF, C3 and AB. RGB value is (191,195,171). Sum of RGB (Red+Green+Blue) = 191+195+171=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3AB is #403C54. Grayscale: #BFBFBF. Windows color (decimal): -4209749 or 11256767. OLE color: 11256767.

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

Color convert

RGB191195171-
CMYK0.0200.120.24
HSL70º16.67%71.76%-
HSV(B)70º12.31%76.47%-
XYZ48.3553.0546.22-
YUV191.07116.67127.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=34.29%
G=35.01%
B=30.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951710.0200.120.247016.6771.76
HexBFC3AB20C18461148
Octal27730325320143010621110
Binary1011111111000011101010111001100110001000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3AB; }

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

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

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

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

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

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

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

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