#BBBDB0

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

Shades of Beryl Green #BBBDB0

Tints of Beryl Green #BBBDB0

Color information

#BBBDB0 (or 0xBBBDB0) is unknown color: approx Beryl Green. HEX triplet: BB, BD and B0. RGB value is (187,189,176). Sum of RGB (Red+Green+Blue) = 187+189+176=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDB0 is #44424F. Grayscale: #BABABA. Windows color (decimal): -4473424 or 11582907. OLE color: 11582907.

HSL color Cylindrical-coordinate representation of color #BBBDB0: hue angle of 69.23º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBDB0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB187189176-
CMYK0.0100.070.26
HSL69.23º8.97%71.57%-
HSV(B)69.23º6.88%74.12%-
XYZ46.5350.0948.29-
YUV186.92121.84128.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=33.88%
G=34.24%
B=31.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891760.0100.070.2669.238.9771.57
HexBBBDB01071A45948
Octal2732752601073210511110
Binary1011101110111101101100001011111010100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDB0; }

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

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

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

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

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

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

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

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