#BCFBB6

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

Shades of Madang #BCFBB6

Tints of Madang #BCFBB6

Color information

#BCFBB6 (or 0xBCFBB6) is unknown color: approx Madang. HEX triplet: BC, FB and B6. RGB value is (188,251,182). Sum of RGB (Red+Green+Blue) = 188+251+182=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBB6 is #430449. Grayscale: #E0E0E0. Windows color (decimal): -4392010 or 11991996. OLE color: 11991996.

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

Color convert

RGB188251182-
CMYK0.2500.270.02
HSL114.78º89.61%84.9%-
HSV(B)114.78º27.49%98.43%-
XYZ63.6883.0656.93-
YUV224.3104.13102.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=30.27%
G=40.42%
B=29.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511820.2500.270.02114.7889.6184.9
HexBCFBB61901B2735a55
Octal274373266310332163132125
Binary1011110011111011101101101100101101110111001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBB6; }

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

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

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

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

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

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

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

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