#BCFBB1

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

Shades of Madang #BCFBB1

Tints of Madang #BCFBB1

Color information

#BCFBB1 (or 0xBCFBB1) is unknown color: approx Madang. HEX triplet: BC, FB and B1. RGB value is (188,251,177). Sum of RGB (Red+Green+Blue) = 188+251+177=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBB1 is #43044E. Grayscale: #DFDFDF. Windows color (decimal): -4392015 or 11664316. OLE color: 11664316.

HSL color Cylindrical-coordinate representation of color #BCFBB1: hue angle of 111.08º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCFBB1 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB188251177-
CMYK0.2500.290.02
HSL111.08º90.24%83.92%-
HSV(B)111.08º29.48%98.43%-
XYZ63.1782.8654.26-
YUV223.73101.63102.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 177 (69.53% from 255) = 28.73%
R=30.52%
G=40.75%
B=28.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511770.2500.290.02111.0890.2483.92
HexBCFBB11901D26f5a54
Octal274373261310352157132124
Binary1011110011111011101100011100101110110110111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBB1; }

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

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

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

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

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

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

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

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