#BBBFA8

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

Shades of Beryl Green #BBBFA8

Tints of Beryl Green #BBBFA8

Color information

#BBBFA8 (or 0xBBBFA8) is unknown color: approx Beryl Green. HEX triplet: BB, BF and A8. RGB value is (187,191,168). Sum of RGB (Red+Green+Blue) = 187+191+168=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFA8 is #444057. Grayscale: #BBBBBB. Windows color (decimal): -4472920 or 11059131. OLE color: 11059131.

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

Color convert

RGB187191168-
CMYK0.0200.120.25
HSL70.43º15.23%70.39%-
HSV(B)70.43º12.04%74.9%-
XYZ46.1950.6544.39-
YUV187.18117.17127.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 168 (66.02% from 255) = 30.77%
R=34.25%
G=34.98%
B=30.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911680.0200.120.2570.4315.2370.39
HexBBBFA820C1946f46
Octal27327725020143110617106
Binary101110111011111110101000100110011001100011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFA8; }

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

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

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

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

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

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

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

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