#BBBFAC

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

Shades of Beryl Green #BBBFAC

Tints of Beryl Green #BBBFAC

Color information

#BBBFAC (or 0xBBBFAC) is unknown color: approx Beryl Green. HEX triplet: BB, BF and AC. RGB value is (187,191,172). Sum of RGB (Red+Green+Blue) = 187+191+172=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFAC is #444053. Grayscale: #BBBBBB. Windows color (decimal): -4472916 or 11321275. OLE color: 11321275.

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

Color convert

RGB187191172-
CMYK0.0200.100.25
HSL72.63º12.93%71.18%-
HSV(B)72.63º9.95%74.9%-
XYZ46.5750.846.38-
YUV187.64119.17127.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=34%
G=34.73%
B=31.27%

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
Decimal1871911720.0200.100.2572.6312.9371.18
HexBBBFAC20A1949d47
Octal27327725420123111115107
Binary101110111011111110101100100101011001100100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFAC; }

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

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

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

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

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

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

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

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