#BCC0AF

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

Shades of Beryl Green #BCC0AF

Tints of Beryl Green #BCC0AF

Color information

#BCC0AF (or 0xBCC0AF) is unknown color: approx Beryl Green. HEX triplet: BC, C0 and AF. RGB value is (188,192,175). Sum of RGB (Red+Green+Blue) = 188+192+175=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0AF is #433F50. Grayscale: #BCBCBC. Windows color (decimal): -4407121 or 11518140. OLE color: 11518140.

HSL color Cylindrical-coordinate representation of color #BCC0AF: hue angle of 74.12º degrees, saturation: 0.12, 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 #BCC0AF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB188192175-
CMYK0.0200.090.25
HSL74.12º11.89%71.96%-
HSV(B)74.12º8.85%75.29%-
XYZ47.3351.4948-
YUV188.87120.17127.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 192 (75.39% from 255) = 34.59%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=33.87%
G=34.59%
B=31.53%

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
Decimal1881921750.0200.090.2574.1211.8971.96
HexBCC0AF209194ac48
Octal27430025720113111214110
Binary101111001100000010101111100100111001100101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0AF; }

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

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

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

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

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

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

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

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