#BCFFB1

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

Shades of Madang #BCFFB1

Tints of Madang #BCFFB1

Color information

#BCFFB1 (or 0xBCFFB1) is unknown color: approx Madang. HEX triplet: BC, FF and B1. RGB value is (188,255,177). Sum of RGB (Red+Green+Blue) = 188+255+177=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFB1 is #43004E. Grayscale: #E2E2E2. Windows color (decimal): -4390991 or 11665340. OLE color: 11665340.

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

Color convert

RGB188255177-
CMYK0.2600.310
HSL111.54º100%84.71%-
HSV(B)111.54º30.59%100%-
XYZ64.4385.3954.68-
YUV226.08100.3100.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=30.32%
G=41.13%
B=28.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551770.2600.310111.5410084.71
HexBCFFB11A01F0706455
Octal274377261320370160144125
Binary101111001111111110110001110100111110111000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFB1; }

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

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

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

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

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

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

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

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