#BCF5B6

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

Shades of Madang #BCF5B6

Tints of Madang #BCF5B6

Color information

#BCF5B6 (or 0xBCF5B6) is unknown color: approx Madang. HEX triplet: BC, F5 and B6. RGB value is (188,245,182). Sum of RGB (Red+Green+Blue) = 188+245+182=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5B6 is #430A49. Grayscale: #DCDCDC. Windows color (decimal): -4393546 or 11990460. OLE color: 11990460.

HSL color Cylindrical-coordinate representation of color #BCF5B6: hue angle of 114.29º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF5B6 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB188245182-
CMYK0.2300.260.04
HSL114.29º75.9%83.73%-
HSV(B)114.29º25.71%96.08%-
XYZ61.8379.3756.32-
YUV220.77106.12104.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 245 (96.09% from 255) = 39.84%
BLUE value IS 182 (71.48% from 255) = 29.59%
R=30.57%
G=39.84%
B=29.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451820.2300.260.04114.2975.983.73
HexBCF5B61701A4724c54
Octal274365266270324162114124
Binary10111100111101011011011010111011010100111001010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5B6; }

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

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

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

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

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

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

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

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