#BCC0AA

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

Shades of Beryl Green #BCC0AA

Tints of Beryl Green #BCC0AA

Color information

#BCC0AA (or 0xBCC0AA) is unknown color: approx Beryl Green. HEX triplet: BC, C0 and AA. RGB value is (188,192,170). Sum of RGB (Red+Green+Blue) = 188+192+170=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0AA is #433F55. Grayscale: #BCBCBC. Windows color (decimal): -4407126 or 11190460. OLE color: 11190460.

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

Color convert

RGB188192170-
CMYK0.0200.110.25
HSL70.91º14.86%70.98%-
HSV(B)70.91º11.46%75.29%-
XYZ46.8451.2945.46-
YUV188.3117.67127.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 192 (75.39% from 255) = 34.91%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=34.18%
G=34.91%
B=30.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921700.0200.110.2570.9114.8670.98
HexBCC0AA20B1947f47
Octal27430025220133110717107
Binary101111001100000010101010100101111001100011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0AA; }

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

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

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

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

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

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

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

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