#BCC1AE

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

Shades of Beryl Green #BCC1AE

Tints of Beryl Green #BCC1AE

Color information

#BCC1AE (or 0xBCC1AE) is unknown color: approx Beryl Green. HEX triplet: BC, C1 and AE. RGB value is (188,193,174). Sum of RGB (Red+Green+Blue) = 188+193+174=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1AE is #433E51. Grayscale: #BDBDBD. Windows color (decimal): -4406866 or 11452860. OLE color: 11452860.

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

Color convert

RGB188193174-
CMYK0.0300.100.24
HSL75.79º13.29%71.96%-
HSV(B)75.79º9.84%75.69%-
XYZ47.4551.8947.56-
YUV189.34119.34127.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=33.87%
G=34.77%
B=31.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931740.0300.100.2475.7913.2971.96
HexBCC1AE30A184cd48
Octal27430125630123011415110
Binary101111001100000110101110110101011000100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1AE; }

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

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

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

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

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

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

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

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