#BBBFA4

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

Shades of Beryl Green #BBBFA4

Tints of Beryl Green #BBBFA4

Color information

#BBBFA4 (or 0xBBBFA4) is unknown color: approx Beryl Green. HEX triplet: BB, BF and A4. RGB value is (187,191,164). Sum of RGB (Red+Green+Blue) = 187+191+164=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFA4 is #44405B. Grayscale: #BABABA. Windows color (decimal): -4472924 or 10796987. OLE color: 10796987.

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

Color convert

RGB187191164-
CMYK0.0200.140.25
HSL68.89º17.42%69.61%-
HSV(B)68.89º14.14%74.9%-
XYZ45.8350.5142.46-
YUV186.73115.17128.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 164 (64.45% from 255) = 30.26%
R=34.50%
G=35.24%
B=30.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911640.0200.140.2568.8917.4269.61
HexBBBFA420E19451146
Octal27327724420163110521106
Binary1011101110111111101001001001110110011000101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFA4; }

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

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

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

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

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

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

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

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