#BBBEAF

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

Shades of Beryl Green #BBBEAF

Tints of Beryl Green #BBBEAF

Color information

#BBBEAF (or 0xBBBEAF) is unknown color: approx Beryl Green. HEX triplet: BB, BE and AF. RGB value is (187,190,175). Sum of RGB (Red+Green+Blue) = 187+190+175=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBEAF is #444150. Grayscale: #BBBBBB. Windows color (decimal): -4473169 or 11517627. OLE color: 11517627.

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

Color convert

RGB187190175-
CMYK0.0200.080.25
HSL72º10.34%71.57%-
HSV(B)72º7.89%74.51%-
XYZ46.6450.4947.84-
YUV187.39121.01127.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=33.88%
G=34.42%
B=31.70%

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
Decimal1871901750.0200.080.257210.3471.57
HexBBBEAF2081948a48
Octal27327625720103111012110
Binary101110111011111010101111100100011001100100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEAF; }

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

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

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

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

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

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

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

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