#BCFEB1

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

Shades of Madang #BCFEB1

Tints of Madang #BCFEB1

Color information

#BCFEB1 (or 0xBCFEB1) is unknown color: approx Madang. HEX triplet: BC, FE and B1. RGB value is (188,254,177). Sum of RGB (Red+Green+Blue) = 188+254+177=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEB1 is #43014E. Grayscale: #E1E1E1. Windows color (decimal): -4391247 or 11665084. OLE color: 11665084.

HSL color Cylindrical-coordinate representation of color #BCFEB1: hue angle of 111.43º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCFEB1 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB188254177-
CMYK0.2600.300.00
HSL111.43º97.47%84.51%-
HSV(B)111.43º30.31%99.61%-
XYZ64.1284.7554.57-
YUV225.49100.63101.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 177 (69.53% from 255) = 28.59%
R=30.37%
G=41.03%
B=28.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541770.2600.300.00111.4397.4784.51
HexBCFEB11A01E06f6155
Octal274376261320360157141125
Binary101111001111111010110001110100111100110111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEB1; }

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

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

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

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

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

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

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

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