#BBC0AA

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

Shades of Beryl Green #BBC0AA

Tints of Beryl Green #BBC0AA

Color information

#BBC0AA (or 0xBBC0AA) is unknown color: approx Beryl Green. HEX triplet: BB, C0 and AA. RGB value is (187,192,170). Sum of RGB (Red+Green+Blue) = 187+192+170=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0AA is #443F55. Grayscale: #BCBCBC. Windows color (decimal): -4472662 or 11190459. OLE color: 11190459.

HSL color Cylindrical-coordinate representation of color #BBC0AA: hue angle of 73.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC0AA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB187192170-
CMYK0.0300.110.25
HSL73.64º14.86%70.98%-
HSV(B)73.64º11.46%75.29%-
XYZ46.651.1745.45-
YUV188117.84127.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=34.06%
G=34.97%
B=30.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921700.0300.110.2573.6414.8670.98
HexBBC0AA30B194af47
Octal27330025230133111217107
Binary101110111100000010101010110101111001100101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0AA; }

 p { color: rgb(187,192,170); }

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

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

 a { background-color: rgb(187,192,170); }

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

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

 span { border-color: rgb(187,192,170); }

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