#BBC1A5

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

Shades of Beryl Green #BBC1A5

Tints of Beryl Green #BBC1A5

Color information

#BBC1A5 (or 0xBBC1A5) is unknown color: approx Beryl Green. HEX triplet: BB, C1 and A5. RGB value is (187,193,165). Sum of RGB (Red+Green+Blue) = 187+193+165=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1A5 is #443E5A. Grayscale: #BCBCBC. Windows color (decimal): -4472411 or 10863035. OLE color: 10863035.

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

Color convert

RGB187193165-
CMYK0.0300.150.24
HSL72.86º18.42%70.2%-
HSV(B)72.86º14.51%75.69%-
XYZ46.3651.4243.08-
YUV188.01115.01127.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=34.31%
G=35.41%
B=30.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931650.0300.150.2472.8618.4270.2
HexBBC1A530F18491246
Octal27330124530173011122106
Binary1011101111000001101001011101111110001001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1A5; }

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

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

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

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

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

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

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

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