#BBBFAE

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

Shades of Beryl Green #BBBFAE

Tints of Beryl Green #BBBFAE

Color information

#BBBFAE (or 0xBBBFAE) is unknown color: approx Beryl Green. HEX triplet: BB, BF and AE. RGB value is (187,191,174). Sum of RGB (Red+Green+Blue) = 187+191+174=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFAE is #444051. Grayscale: #BBBBBB. Windows color (decimal): -4472914 or 11452347. OLE color: 11452347.

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

Color convert

RGB187191174-
CMYK0.0200.090.25
HSL74.12º11.72%71.57%-
HSV(B)74.12º8.9%74.9%-
XYZ46.7650.8847.4-
YUV187.87120.17127.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=33.88%
G=34.60%
B=31.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911740.0200.090.2574.1211.7271.57
HexBBBFAE209194ac48
Octal27327725620113111214110
Binary101110111011111110101110100100111001100101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFAE; }

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

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

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

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

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

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

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

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