#BCF5AB

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

Shades of Madang #BCF5AB

Tints of Madang #BCF5AB

Color information

#BCF5AB (or 0xBCF5AB) is unknown color: approx Madang. HEX triplet: BC, F5 and AB. RGB value is (188,245,171). Sum of RGB (Red+Green+Blue) = 188+245+171=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF5AB is #430A54. Grayscale: #DBDBDB. Windows color (decimal): -4393557 or 11269564. OLE color: 11269564.

HSL color Cylindrical-coordinate representation of color #BCF5AB: hue angle of 106.22º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCF5AB is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB188245171-
CMYK0.2300.300.04
HSL106.22º78.72%81.57%-
HSV(B)106.22º30.2%96.08%-
XYZ60.7478.9450.56-
YUV219.52100.62105.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 245 (96.09% from 255) = 40.56%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=31.13%
G=40.56%
B=28.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451710.2300.300.04106.2278.7281.57
HexBCF5AB1701E46a4f52
Octal274365253270364152117122
Binary10111100111101011010101110111011110100110101010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5AB; }

 p { color: rgb(188,245,171); }

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

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

 a { background-color: rgb(188,245,171); }

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

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

 span { border-color: rgb(188,245,171); }

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