#BFC1B8

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

Shades of Beryl Green #BFC1B8

Tints of Beryl Green #BFC1B8

Color information

#BFC1B8 (or 0xBFC1B8) is unknown color: approx Beryl Green. HEX triplet: BF, C1 and B8. RGB value is (191,193,184). Sum of RGB (Red+Green+Blue) = 191+193+184=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1B8 is #403E47. Grayscale: #BFBFBF. Windows color (decimal): -4210248 or 12108223. OLE color: 12108223.

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

Color convert

RGB191193184-
CMYK0.0100.050.24
HSL73.33º6.77%73.92%-
HSV(B)73.33º4.66%75.69%-
XYZ49.2152.6852.92-
YUV191.38123.84127.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 184 (72.27% from 255) = 32.39%
R=33.63%
G=33.98%
B=32.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931840.0100.050.2473.336.7773.92
HexBFC1B8105184974a
Octal277301270105301117112
Binary101111111100000110111000101011100010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1B8; }

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

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

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

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

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

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

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

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