#BBC2A3

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

Shades of Beryl Green #BBC2A3

Tints of Beryl Green #BBC2A3

Color information

#BBC2A3 (or 0xBBC2A3) is unknown color: approx Beryl Green. HEX triplet: BB, C2 and A3. RGB value is (187,194,163). Sum of RGB (Red+Green+Blue) = 187+194+163=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2A3 is #443D5C. Grayscale: #BCBCBC. Windows color (decimal): -4472157 or 10732219. OLE color: 10732219.

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

Color convert

RGB187194163-
CMYK0.0400.160.24
HSL73.55º20.26%70%-
HSV(B)73.55º15.98%76.08%-
XYZ46.451.7942.2-
YUV188.37113.68127.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 163 (64.06% from 255) = 29.96%
R=34.38%
G=35.66%
B=29.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941630.0400.160.2473.5520.2670
HexBBC2A34010184a1446
Octal27330224340203011224106
Binary101110111100001010100011100010000110001001010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2A3; }

 p { color: rgb(187,194,163); }

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

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

 a { background-color: rgb(187,194,163); }

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

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

 span { border-color: rgb(187,194,163); }

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