#BBBDB1

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

Shades of Beryl Green #BBBDB1

Tints of Beryl Green #BBBDB1

Color information

#BBBDB1 (or 0xBBBDB1) is unknown color: approx Beryl Green. HEX triplet: BB, BD and B1. RGB value is (187,189,177). Sum of RGB (Red+Green+Blue) = 187+189+177=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDB1 is #44424E. Grayscale: #BBBBBB. Windows color (decimal): -4473423 or 11648443. OLE color: 11648443.

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

Color convert

RGB187189177-
CMYK0.0100.060.26
HSL70º8.33%71.76%-
HSV(B)70º6.35%74.12%-
XYZ46.6350.1348.81-
YUV187.03122.34127.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=33.82%
G=34.18%
B=32.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891770.0100.060.26708.3371.76
HexBBBDB11061A46848
Octal2732752611063210610110
Binary1011101110111101101100011011011010100011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDB1; }

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

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

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

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

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

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

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

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