#BCF1B0

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

Shades of Madang #BCF1B0

Tints of Madang #BCF1B0

Color information

#BCF1B0 (or 0xBCF1B0) is unknown color: approx Madang. HEX triplet: BC, F1 and B0. RGB value is (188,241,176). Sum of RGB (Red+Green+Blue) = 188+241+176=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF1B0 is #430E4F. Grayscale: #D9D9D9. Windows color (decimal): -4394576 or 11596220. OLE color: 11596220.

HSL color Cylindrical-coordinate representation of color #BCF1B0: hue angle of 108.92º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCF1B0 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB188241176-
CMYK0.2200.270.05
HSL108.92º69.89%81.76%-
HSV(B)108.92º26.97%94.51%-
XYZ60.0376.7452.72-
YUV217.74104.44106.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=31.07%
G=39.83%
B=29.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411760.2200.270.05108.9269.8981.76
HexBCF1B01601B56d4652
Octal274361260260335155106122
Binary10111100111100011011000010110011011101110110110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1B0; }

 p { color: rgb(188,241,176); }

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

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

 a { background-color: rgb(188,241,176); }

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

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

 span { border-color: rgb(188,241,176); }

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