#BBC1AB

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

Shades of Beryl Green #BBC1AB

Tints of Beryl Green #BBC1AB

Color information

#BBC1AB (or 0xBBC1AB) is unknown color: approx Beryl Green. HEX triplet: BB, C1 and AB. RGB value is (187,193,171). Sum of RGB (Red+Green+Blue) = 187+193+171=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1AB is #443E54. Grayscale: #BCBCBC. Windows color (decimal): -4472405 or 11256251. OLE color: 11256251.

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

Color convert

RGB187193171-
CMYK0.0300.110.24
HSL76.36º15.07%71.37%-
HSV(B)76.36º11.4%75.69%-
XYZ46.9151.6546.02-
YUV188.7118.01126.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=33.94%
G=35.03%
B=31.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931710.0300.110.2476.3615.0771.37
HexBBC1AB30B184cf47
Octal27330125330133011417107
Binary101110111100000110101011110101111000100110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1AB; }

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

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

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

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

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

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

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

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