#BCC0AE

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

Shades of Beryl Green #BCC0AE

Tints of Beryl Green #BCC0AE

Color information

#BCC0AE (or 0xBCC0AE) is unknown color: approx Beryl Green. HEX triplet: BC, C0 and AE. RGB value is (188,192,174). Sum of RGB (Red+Green+Blue) = 188+192+174=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0AE is #433F51. Grayscale: #BCBCBC. Windows color (decimal): -4407122 or 11452604. OLE color: 11452604.

HSL color Cylindrical-coordinate representation of color #BCC0AE: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC0AE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB188192174-
CMYK0.0200.090.25
HSL73.33º12.5%71.76%-
HSV(B)73.33º9.38%75.29%-
XYZ47.2351.4547.49-
YUV188.75119.67127.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=33.94%
G=34.66%
B=31.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921740.0200.090.2573.3312.571.76
HexBCC0AE2091949d48
Octal27430025620113111115110
Binary101111001100000010101110100100111001100100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0AE; }

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

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

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

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

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

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

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

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