#BCBFAC

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

Shades of Beryl Green #BCBFAC

Tints of Beryl Green #BCBFAC

Color information

#BCBFAC (or 0xBCBFAC) is unknown color: approx Beryl Green. HEX triplet: BC, BF and AC. RGB value is (188,191,172). Sum of RGB (Red+Green+Blue) = 188+191+172=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFAC is #434053. Grayscale: #BCBCBC. Windows color (decimal): -4407380 or 11321276. OLE color: 11321276.

HSL color Cylindrical-coordinate representation of color #BCBFAC: hue angle of 69.47º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBFAC is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB188191172-
CMYK0.0200.100.25
HSL69.47º12.93%71.18%-
HSV(B)69.47º9.95%74.9%-
XYZ46.8250.9346.39-
YUV187.94119.01128.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=34.12%
G=34.66%
B=31.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911720.0200.100.2569.4712.9371.18
HexBCBFAC20A1945d47
Octal27427725420123110515107
Binary101111001011111110101100100101011001100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFAC; }

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

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

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

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

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

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

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

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