#BCBFB2

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

Shades of Beryl Green #BCBFB2

Tints of Beryl Green #BCBFB2

Color information

#BCBFB2 (or 0xBCBFB2) is unknown color: approx Beryl Green. HEX triplet: BC, BF and B2. RGB value is (188,191,178). Sum of RGB (Red+Green+Blue) = 188+191+178=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFB2 is #43404D. Grayscale: #BCBCBC. Windows color (decimal): -4407374 or 11714492. OLE color: 11714492.

HSL color Cylindrical-coordinate representation of color #BCBFB2: hue angle of 73.85º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCBFB2 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB188191178-
CMYK0.0200.070.25
HSL73.85º9.22%72.35%-
HSV(B)73.85º6.81%74.9%-
XYZ47.4151.1749.5-
YUV188.62122.01127.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=33.75%
G=34.29%
B=31.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911780.0200.070.2573.859.2272.35
HexBCBFB2207194a948
Octal2742772622073111211110
Binary10111100101111111011001010011111001100101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFB2; }

 p { color: rgb(188,191,178); }

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

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

 a { background-color: rgb(188,191,178); }

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

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

 span { border-color: rgb(188,191,178); }

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