#BCBFAB

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

Shades of Beryl Green #BCBFAB

Tints of Beryl Green #BCBFAB

Color information

#BCBFAB (or 0xBCBFAB) is unknown color: approx Beryl Green. HEX triplet: BC, BF and AB. RGB value is (188,191,171). Sum of RGB (Red+Green+Blue) = 188+191+171=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFAB is #434054. Grayscale: #BBBBBB. Windows color (decimal): -4407381 or 11255740. OLE color: 11255740.

HSL color Cylindrical-coordinate representation of color #BCBFAB: hue angle of 69º degrees, saturation: 0.14, 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 #BCBFAB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB188191171-
CMYK0.0200.100.25
HSL69º13.51%70.98%-
HSV(B)69º10.47%74.9%-
XYZ46.7250.8945.89-
YUV187.82118.51128.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=34.18%
G=34.73%
B=31.09%

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
Decimal1881911710.0200.100.256913.5170.98
HexBCBFAB20A1945e47
Octal27427725320123110516107
Binary101111001011111110101011100101011001100010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFAB; }

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

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

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

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

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

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

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

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