#BCC0A3

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

Shades of Beryl Green #BCC0A3

Tints of Beryl Green #BCC0A3

Color information

#BCC0A3 (or 0xBCC0A3) is unknown color: approx Beryl Green. HEX triplet: BC, C0 and A3. RGB value is (188,192,163). Sum of RGB (Red+Green+Blue) = 188+192+163=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0A3 is #433F5C. Grayscale: #BBBBBB. Windows color (decimal): -4407133 or 10731708. OLE color: 10731708.

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

Color convert

RGB188192163-
CMYK0.0200.150.25
HSL68.28º18.71%69.61%-
HSV(B)68.28º15.1%75.29%-
XYZ46.251.0342.07-
YUV187.5114.17128.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=34.62%
G=35.36%
B=30.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921630.0200.150.2568.2818.7169.61
HexBCC0A320F19441346
Octal27430024320173110423106
Binary1011110011000000101000111001111110011000100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0A3; }

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

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

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

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

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

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

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

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