#BBBFA1

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

Shades of Beryl Green #BBBFA1

Tints of Beryl Green #BBBFA1

Color information

#BBBFA1 (or 0xBBBFA1) is unknown color: approx Beryl Green. HEX triplet: BB, BF and A1. RGB value is (187,191,161). Sum of RGB (Red+Green+Blue) = 187+191+161=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFA1 is #44405E. Grayscale: #BABABA. Windows color (decimal): -4472927 or 10600379. OLE color: 10600379.

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

Color convert

RGB187191161-
CMYK0.0200.160.25
HSL68º18.99%69.02%-
HSV(B)68º15.71%74.9%-
XYZ45.5650.441.05-
YUV186.38113.67128.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 161 (63.28% from 255) = 29.87%
R=34.69%
G=35.44%
B=29.87%

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
Decimal1871911610.0200.160.256818.9969.02
HexBBBFA1201019441345
Octal27327724120203110423105
Binary10111011101111111010000110010000110011000100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFA1; }

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

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

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

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

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

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

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

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