#BCFBB2

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

Shades of Madang #BCFBB2

Tints of Madang #BCFBB2

Color information

#BCFBB2 (or 0xBCFBB2) is unknown color: approx Madang. HEX triplet: BC, FB and B2. RGB value is (188,251,178). Sum of RGB (Red+Green+Blue) = 188+251+178=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBB2 is #43044D. Grayscale: #E0E0E0. Windows color (decimal): -4392014 or 11729852. OLE color: 11729852.

HSL color Cylindrical-coordinate representation of color #BCFBB2: hue angle of 111.78º 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 #BCFBB2 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB188251178-
CMYK0.2500.290.02
HSL111.78º90.12%84.12%-
HSV(B)111.78º29.08%98.43%-
XYZ63.2782.954.79-
YUV223.84102.13102.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 251 (98.44% from 255) = 40.68%
BLUE value IS 178 (69.92% from 255) = 28.85%
R=30.47%
G=40.68%
B=28.85%

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
Decimal1882511780.2500.290.02111.7890.1284.12
HexBCFBB21901D2705a54
Octal274373262310352160132124
Binary1011110011111011101100101100101110110111000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBB2; }

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

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

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

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

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

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

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

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