#BBBEA0

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

Shades of Beryl Green #BBBEA0

Tints of Beryl Green #BBBEA0

Color information

#BBBEA0 (or 0xBBBEA0) is unknown color: approx Beryl Green. HEX triplet: BB, BE and A0. RGB value is (187,190,160). Sum of RGB (Red+Green+Blue) = 187+190+160=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBEA0 is #44415F. Grayscale: #B9B9B9. Windows color (decimal): -4473184 or 10534587. OLE color: 10534587.

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

Color convert

RGB187190160-
CMYK0.0200.160.25
HSL66º18.75%68.63%-
HSV(B)66º15.79%74.51%-
XYZ45.2549.9340.51-
YUV185.68113.51128.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=34.82%
G=35.38%
B=29.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901600.0200.160.256618.7568.63
HexBBBEA0201019421345
Octal27327624020203110223105
Binary10111011101111101010000010010000110011000010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEA0; }

 p { color: rgb(187,190,160); }

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

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

 a { background-color: rgb(187,190,160); }

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

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

 span { border-color: rgb(187,190,160); }

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