#BBBDA1

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

Shades of Beryl Green #BBBDA1

Tints of Beryl Green #BBBDA1

Color information

#BBBDA1 (or 0xBBBDA1) is unknown color: approx Beryl Green. HEX triplet: BB, BD and A1. RGB value is (187,189,161). Sum of RGB (Red+Green+Blue) = 187+189+161=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDA1 is #44425E. Grayscale: #B9B9B9. Windows color (decimal): -4473439 or 10599867. OLE color: 10599867.

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

Color convert

RGB187189161-
CMYK0.0100.150.26
HSL64.29º17.5%68.63%-
HSV(B)64.29º14.81%74.12%-
XYZ45.1249.5340.9-
YUV185.21114.34129.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 161 (63.28% from 255) = 29.98%
R=34.82%
G=35.20%
B=29.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891610.0100.150.2664.2917.568.63
HexBBBDA110F1A401245
Octal27327524110173210022105
Binary101110111011110110100001101111110101000000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDA1; }

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

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

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

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

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

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

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

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