#BBBFB0

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

Shades of Beryl Green #BBBFB0

Tints of Beryl Green #BBBFB0

Color information

#BBBFB0 (or 0xBBBFB0) is unknown color: approx Beryl Green. HEX triplet: BB, BF and B0. RGB value is (187,191,176). Sum of RGB (Red+Green+Blue) = 187+191+176=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFB0 is #44404F. Grayscale: #BCBCBC. Windows color (decimal): -4472912 or 11583419. OLE color: 11583419.

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

Color convert

RGB187191176-
CMYK0.0200.080.25
HSL76º10.49%71.96%-
HSV(B)76º7.85%74.9%-
XYZ46.9650.9648.44-
YUV188.09121.17127.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=33.75%
G=34.48%
B=31.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911760.0200.080.257610.4971.96
HexBBBFB0208194ca48
Octal27327726020103111412110
Binary101110111011111110110000100100011001100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFB0; }

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

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

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

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

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

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

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

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