#BCDDB0

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

Shades of Madang #BCDDB0

Tints of Madang #BCDDB0

Color information

#BCDDB0 (or 0xBCDDB0) is unknown color: approx Madang. HEX triplet: BC, DD and B0. RGB value is (188,221,176). Sum of RGB (Red+Green+Blue) = 188+221+176=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDB0 is #43224F. Grayscale: #CECECE. Windows color (decimal): -4399696 or 11591100. OLE color: 11591100.

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

Color convert

RGB188221176-
CMYK0.1500.200.13
HSL104º39.82%77.84%-
HSV(B)104º20.36%86.67%-
XYZ54.4365.5450.86-
YUV206111.07115.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=32.14%
G=37.78%
B=30.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211760.1500.200.1310439.8277.84
HexBCDDB0F014D68284e
Octal274335260170241515050116
Binary1011110011011101101100001111010100110111010001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDB0; }

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

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

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

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

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

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

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

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