#BBBDA0

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

Shades of Beryl Green #BBBDA0

Tints of Beryl Green #BBBDA0

Color information

#BBBDA0 (or 0xBBBDA0) is unknown color: approx Beryl Green. HEX triplet: BB, BD and A0. RGB value is (187,189,160). Sum of RGB (Red+Green+Blue) = 187+189+160=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDA0 is #44425F. Grayscale: #B9B9B9. Windows color (decimal): -4473440 or 10534331. OLE color: 10534331.

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

Color convert

RGB187189160-
CMYK0.0100.150.26
HSL64.14º18.01%68.43%-
HSV(B)64.14º15.34%74.12%-
XYZ45.0449.540.44-
YUV185.1113.84129.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=34.89%
G=35.26%
B=29.85%

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
Decimal1871891600.0100.150.2664.1418.0168.43
HexBBBDA010F1A401244
Octal27327524010173210022104
Binary101110111011110110100000101111110101000000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDA0; }

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

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

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

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

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

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

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

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