#BCDFB2

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

Shades of Madang #BCDFB2

Tints of Madang #BCDFB2

Color information

#BCDFB2 (or 0xBCDFB2) is unknown color: approx Madang. HEX triplet: BC, DF and B2. RGB value is (188,223,178). Sum of RGB (Red+Green+Blue) = 188+223+178=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDFB2 is #43204D. Grayscale: #CFCFCF. Windows color (decimal): -4399182 or 11722684. OLE color: 11722684.

HSL color Cylindrical-coordinate representation of color #BCDFB2: hue angle of 106.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDFB2 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB188223178-
CMYK0.1600.200.13
HSL106.67º41.28%78.63%-
HSV(B)106.67º20.18%87.45%-
XYZ55.1666.6852.08-
YUV207.4111.4114.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 178 (69.92% from 255) = 30.22%
R=31.92%
G=37.86%
B=30.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231780.1600.200.13106.6741.2878.63
HexBCDFB210014D6b294f
Octal274337262200241515351117
Binary10111100110111111011001010000010100110111010111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFB2; }

 p { color: rgb(188,223,178); }

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

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

 a { background-color: rgb(188,223,178); }

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

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

 span { border-color: rgb(188,223,178); }

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