#BFC1B5

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

Shades of Beryl Green #BFC1B5

Tints of Beryl Green #BFC1B5

Color information

#BFC1B5 (or 0xBFC1B5) is unknown color: approx Beryl Green. HEX triplet: BF, C1 and B5. RGB value is (191,193,181). Sum of RGB (Red+Green+Blue) = 191+193+181=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1B5 is #403E4A. Grayscale: #BFBFBF. Windows color (decimal): -4210251 or 11911615. OLE color: 11911615.

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

Color convert

RGB191193181-
CMYK0.0100.060.24
HSL70º8.82%73.33%-
HSV(B)70º6.22%75.69%-
XYZ48.952.5551.28-
YUV191.03122.34127.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 193 (75.78% from 255) = 34.16%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=33.81%
G=34.16%
B=32.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931810.0100.060.24708.8273.33
HexBFC1B51061846949
Octal2773012651063010611111
Binary1011111111000001101101011011011000100011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1B5; }

 p { color: rgb(191,193,181); }

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

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

 a { background-color: rgb(191,193,181); }

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

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

 span { border-color: rgb(191,193,181); }

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