#BCFCB5

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

Shades of Madang #BCFCB5

Tints of Madang #BCFCB5

Color information

#BCFCB5 (or 0xBCFCB5) is unknown color: approx Madang. HEX triplet: BC, FC and B5. RGB value is (188,252,181). Sum of RGB (Red+Green+Blue) = 188+252+181=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCB5 is #43034A. Grayscale: #E0E0E0. Windows color (decimal): -4391755 or 11926716. OLE color: 11926716.

HSL color Cylindrical-coordinate representation of color #BCFCB5: hue angle of 114.08º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCFCB5 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB188252181-
CMYK0.2500.280.01
HSL114.08º92.21%84.9%-
HSV(B)114.08º28.17%98.82%-
XYZ63.8983.6556.49-
YUV224.77103.3101.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 181 (71.09% from 255) = 29.15%
R=30.27%
G=40.58%
B=29.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882521810.2500.280.01114.0892.2184.9
HexBCFCB51901C1725c55
Octal274374265310341162134125
Binary101111001111110010110101110010111001111001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCB5; }

 p { color: rgb(188,252,181); }

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

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

 a { background-color: rgb(188,252,181); }

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

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

 span { border-color: rgb(188,252,181); }

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