#BCC1A3

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

Shades of Beryl Green #BCC1A3

Tints of Beryl Green #BCC1A3

Color information

#BCC1A3 (or 0xBCC1A3) is unknown color: approx Beryl Green. HEX triplet: BC, C1 and A3. RGB value is (188,193,163). Sum of RGB (Red+Green+Blue) = 188+193+163=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1A3 is #433E5C. Grayscale: #BCBCBC. Windows color (decimal): -4406877 or 10731964. OLE color: 10731964.

HSL color Cylindrical-coordinate representation of color #BCC1A3: hue angle of 70º degrees, saturation: 0.19, 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 #BCC1A3 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB188193163-
CMYK0.0300.160.24
HSL70º19.48%69.8%-
HSV(B)70º15.54%75.69%-
XYZ46.4251.4842.14-
YUV188.08113.84127.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 163 (64.06% from 255) = 29.96%
R=34.56%
G=35.48%
B=29.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931630.0300.160.247019.4869.8
HexBCC1A3301018461346
Octal27430124330203010623106
Binary10111100110000011010001111010000110001000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1A3; }

 p { color: rgb(188,193,163); }

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

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

 a { background-color: rgb(188,193,163); }

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

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

 span { border-color: rgb(188,193,163); }

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