#BCC1A5

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

Shades of Beryl Green #BCC1A5

Tints of Beryl Green #BCC1A5

Color information

#BCC1A5 (or 0xBCC1A5) is unknown color: approx Beryl Green. HEX triplet: BC, C1 and A5. RGB value is (188,193,165). Sum of RGB (Red+Green+Blue) = 188+193+165=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1A5 is #433E5A. Grayscale: #BCBCBC. Windows color (decimal): -4406875 or 10863036. OLE color: 10863036.

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

Color convert

RGB188193165-
CMYK0.0300.150.24
HSL70.71º18.42%70.2%-
HSV(B)70.71º14.51%75.69%-
XYZ46.651.5543.09-
YUV188.31114.84127.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=34.43%
G=35.35%
B=30.22%

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
Decimal1881931650.0300.150.2470.7118.4270.2
HexBCC1A530F18471246
Octal27430124530173010722106
Binary1011110011000001101001011101111110001000111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1A5; }

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

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

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

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

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

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

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

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