#BBBCA1

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

Shades of Beryl Green #BBBCA1

Tints of Beryl Green #BBBCA1

Color information

#BBBCA1 (or 0xBBBCA1) is unknown color: approx Beryl Green. HEX triplet: BB, BC and A1. RGB value is (187,188,161). Sum of RGB (Red+Green+Blue) = 187+188+161=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBCA1 is #44435E. Grayscale: #B8B8B8. Windows color (decimal): -4473695 or 10599611. OLE color: 10599611.

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

Color convert

RGB187188161-
CMYK0.0100.140.26
HSL62.22º16.77%68.43%-
HSV(B)62.22º14.36%73.73%-
XYZ44.9149.140.83-
YUV184.62114.67129.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 161 (63.28% from 255) = 30.04%
R=34.89%
G=35.07%
B=30.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881610.0100.140.2662.2216.7768.43
HexBBBCA110E1A3e1144
Octal2732742411016327621104
Binary10111011101111001010000110111011010111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCA1; }

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

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

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

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

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

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

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

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