#BCC1AF

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

Shades of Beryl Green #BCC1AF

Tints of Beryl Green #BCC1AF

Color information

#BCC1AF (or 0xBCC1AF) is unknown color: approx Beryl Green. HEX triplet: BC, C1 and AF. RGB value is (188,193,175). Sum of RGB (Red+Green+Blue) = 188+193+175=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1AF is #433E50. Grayscale: #BDBDBD. Windows color (decimal): -4406865 or 11518396. OLE color: 11518396.

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

Color convert

RGB188193175-
CMYK0.0300.090.24
HSL76.67º12.68%72.16%-
HSV(B)76.67º9.33%75.69%-
XYZ47.5551.9348.07-
YUV189.45119.84126.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 193 (75.78% from 255) = 34.71%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=33.81%
G=34.71%
B=31.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931750.0300.090.2476.6712.6872.16
HexBCC1AF309184dd48
Octal27430125730113011515110
Binary101111001100000110101111110100111000100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1AF; }

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

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

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

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

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

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

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

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