#BBC1AA

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

Shades of Beryl Green #BBC1AA

Tints of Beryl Green #BBC1AA

Color information

#BBC1AA (or 0xBBC1AA) is unknown color: approx Beryl Green. HEX triplet: BB, C1 and AA. RGB value is (187,193,170). Sum of RGB (Red+Green+Blue) = 187+193+170=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1AA is #443E55. Grayscale: #BCBCBC. Windows color (decimal): -4472406 or 11190715. OLE color: 11190715.

HSL color Cylindrical-coordinate representation of color #BBC1AA: hue angle of 75.65º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC1AA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB187193170-
CMYK0.0300.120.24
HSL75.65º15.65%71.18%-
HSV(B)75.65º11.92%75.69%-
XYZ46.8251.6145.52-
YUV188.58117.51126.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=34%
G=35.09%
B=30.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931700.0300.120.2475.6515.6571.18
HexBBC1AA30C184c1047
Octal27330125230143011420107
Binary1011101111000001101010101101100110001001100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1AA; }

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

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

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

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

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

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

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

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