#BCC1A4

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

Shades of Beryl Green #BCC1A4

Tints of Beryl Green #BCC1A4

Color information

#BCC1A4 (or 0xBCC1A4) is unknown color: approx Beryl Green. HEX triplet: BC, C1 and A4. RGB value is (188,193,164). Sum of RGB (Red+Green+Blue) = 188+193+164=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1A4 is #433E5B. Grayscale: #BCBCBC. Windows color (decimal): -4406876 or 10797500. OLE color: 10797500.

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

Color convert

RGB188193164-
CMYK0.0300.150.24
HSL70.34º18.95%70%-
HSV(B)70.34º15.03%75.69%-
XYZ46.5151.5142.61-
YUV188.2114.34127.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=34.50%
G=35.41%
B=30.09%

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
Decimal1881931640.0300.150.2470.3418.9570
HexBCC1A430F18461346
Octal27430124430173010623106
Binary1011110011000001101001001101111110001000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1A4; }

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

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

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

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

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

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

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

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