#BCC1AD

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

Shades of Beryl Green #BCC1AD

Tints of Beryl Green #BCC1AD

Color information

#BCC1AD (or 0xBCC1AD) is unknown color: approx Beryl Green. HEX triplet: BC, C1 and AD. RGB value is (188,193,173). Sum of RGB (Red+Green+Blue) = 188+193+173=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1AD is #433E52. Grayscale: #BDBDBD. Windows color (decimal): -4406867 or 11387324. OLE color: 11387324.

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

Color convert

RGB188193173-
CMYK0.0300.100.24
HSL75º13.89%71.76%-
HSV(B)75º10.36%75.69%-
XYZ47.3551.8547.05-
YUV189.22118.84127.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=33.94%
G=34.84%
B=31.23%

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
Decimal1881931730.0300.100.247513.8971.76
HexBCC1AD30A184be48
Octal27430125530123011316110
Binary101111001100000110101101110101011000100101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1AD; }

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

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

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

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

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

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

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

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