#BCFBB3

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

Shades of Madang #BCFBB3

Tints of Madang #BCFBB3

Color information

#BCFBB3 (or 0xBCFBB3) is unknown color: approx Madang. HEX triplet: BC, FB and B3. RGB value is (188,251,179). Sum of RGB (Red+Green+Blue) = 188+251+179=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBB3 is #43044C. Grayscale: #E0E0E0. Windows color (decimal): -4392013 or 11795388. OLE color: 11795388.

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

Color convert

RGB188251179-
CMYK0.2500.290.02
HSL112.5º90%84.31%-
HSV(B)112.5º28.69%98.43%-
XYZ63.3782.9455.32-
YUV223.96102.63102.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 179 (70.31% from 255) = 28.96%
R=30.42%
G=40.61%
B=28.96%

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
Decimal1882511790.2500.290.02112.59084.31
HexBCFBB31901D2705a54
Octal274373263310352160132124
Binary1011110011111011101100111100101110110111000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBB3; }

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

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

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

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

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

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

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

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