#BBC1A7

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

Shades of Beryl Green #BBC1A7

Tints of Beryl Green #BBC1A7

Color information

#BBC1A7 (or 0xBBC1A7) is unknown color: approx Beryl Green. HEX triplet: BB, C1 and A7. RGB value is (187,193,167). Sum of RGB (Red+Green+Blue) = 187+193+167=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1A7 is #443E58. Grayscale: #BCBCBC. Windows color (decimal): -4472409 or 10994107. OLE color: 10994107.

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

Color convert

RGB187193167-
CMYK0.0300.130.24
HSL73.85º17.33%70.59%-
HSV(B)73.85º13.47%75.69%-
XYZ46.5451.4944.05-
YUV188.24116.01127.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=34.19%
G=35.28%
B=30.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931670.0300.130.2473.8517.3370.59
HexBBC1A730D184a1147
Octal27330124730153011221107
Binary1011101111000001101001111101101110001001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1A7; }

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

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

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

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

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

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

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

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