#BBBFA7

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

Shades of Beryl Green #BBBFA7

Tints of Beryl Green #BBBFA7

Color information

#BBBFA7 (or 0xBBBFA7) is unknown color: approx Beryl Green. HEX triplet: BB, BF and A7. RGB value is (187,191,167). Sum of RGB (Red+Green+Blue) = 187+191+167=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFA7 is #444058. Grayscale: #BBBBBB. Windows color (decimal): -4472921 or 10993595. OLE color: 10993595.

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

Color convert

RGB187191167-
CMYK0.0200.130.25
HSL70º15.79%70.2%-
HSV(B)70º12.57%74.9%-
XYZ46.150.6243.9-
YUV187.07116.67127.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=34.31%
G=35.05%
B=30.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911670.0200.130.257015.7970.2
HexBBBFA720D19461046
Octal27327724720153110620106
Binary1011101110111111101001111001101110011000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFA7; }

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

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

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

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

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

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

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

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