#BBBFAF

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

Shades of Beryl Green #BBBFAF

Tints of Beryl Green #BBBFAF

Color information

#BBBFAF (or 0xBBBFAF) is unknown color: approx Beryl Green. HEX triplet: BB, BF and AF. RGB value is (187,191,175). Sum of RGB (Red+Green+Blue) = 187+191+175=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFAF is #444050. Grayscale: #BCBCBC. Windows color (decimal): -4472913 or 11517883. OLE color: 11517883.

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

Color convert

RGB187191175-
CMYK0.0200.080.25
HSL75º11.11%71.76%-
HSV(B)75º8.38%74.9%-
XYZ46.8650.9247.92-
YUV187.98120.67127.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=33.82%
G=34.54%
B=31.65%

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
Decimal1871911750.0200.080.257511.1171.76
HexBBBFAF208194bb48
Octal27327725720103111313110
Binary101110111011111110101111100100011001100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFAF; }

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

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

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

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

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

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

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

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