#BFC2B3

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

Shades of Beryl Green #BFC2B3

Tints of Beryl Green #BFC2B3

Color information

#BFC2B3 (or 0xBFC2B3) is unknown color: approx Beryl Green. HEX triplet: BF, C2 and B3. RGB value is (191,194,179). Sum of RGB (Red+Green+Blue) = 191+194+179=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2B3 is #403D4C. Grayscale: #BFBFBF. Windows color (decimal): -4209997 or 11780799. OLE color: 11780799.

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

Color convert

RGB191194179-
CMYK0.0200.080.24
HSL72º10.95%73.14%-
HSV(B)72º7.73%76.08%-
XYZ48.9152.9150.28-
YUV191.39121.01127.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 179 (70.31% from 255) = 31.74%
R=33.87%
G=34.40%
B=31.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941790.0200.080.247210.9573.14
HexBFC2B32081848b49
Octal27730226320103011013111
Binary101111111100001010110011100100011000100100010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2B3; }

 p { color: rgb(191,194,179); }

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

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

 a { background-color: rgb(191,194,179); }

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

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

 span { border-color: rgb(191,194,179); }

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