#BCF0B1

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

Shades of Madang #BCF0B1

Tints of Madang #BCF0B1

Color information

#BCF0B1 (or 0xBCF0B1) is unknown color: approx Madang. HEX triplet: BC, F0 and B1. RGB value is (188,240,177). Sum of RGB (Red+Green+Blue) = 188+240+177=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0B1 is #430F4E. Grayscale: #D9D9D9. Windows color (decimal): -4394831 or 11661500. OLE color: 11661500.

HSL color Cylindrical-coordinate representation of color #BCF0B1: hue angle of 109.52º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF0B1 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB188240177-
CMYK0.2200.260.06
HSL109.52º67.74%81.76%-
HSV(B)109.52º26.25%94.12%-
XYZ59.8376.1953.15-
YUV217.27105.27107.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 240 (94.14% from 255) = 39.67%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=31.07%
G=39.67%
B=29.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401770.2200.260.06109.5267.7481.76
HexBCF0B11601A66e4452
Octal274360261260326156104122
Binary10111100111100001011000110110011010110110111010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0B1; }

 p { color: rgb(188,240,177); }

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

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

 a { background-color: rgb(188,240,177); }

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

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

 span { border-color: rgb(188,240,177); }

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