#BCFEAF

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

Shades of Madang #BCFEAF

Tints of Madang #BCFEAF

Color information

#BCFEAF (or 0xBCFEAF) is unknown color: approx Madang. HEX triplet: BC, FE and AF. RGB value is (188,254,175). Sum of RGB (Red+Green+Blue) = 188+254+175=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEAF is #430150. Grayscale: #E1E1E1. Windows color (decimal): -4391249 or 11534012. OLE color: 11534012.

HSL color Cylindrical-coordinate representation of color #BCFEAF: hue angle of 110.13º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCFEAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB188254175-
CMYK0.2600.310.00
HSL110.13º97.53%84.12%-
HSV(B)110.13º31.1%99.61%-
XYZ63.9284.6753.53-
YUV225.2699.63101.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=30.47%
G=41.17%
B=28.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541750.2600.310.00110.1397.5384.12
HexBCFEAF1A01F06e6254
Octal274376257320370156142124
Binary101111001111111010101111110100111110110111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEAF; }

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

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

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

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

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

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

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

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