#BCDDB1

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

Shades of Madang #BCDDB1

Tints of Madang #BCDDB1

Color information

#BCDDB1 (or 0xBCDDB1) is unknown color: approx Madang. HEX triplet: BC, DD and B1. RGB value is (188,221,177). Sum of RGB (Red+Green+Blue) = 188+221+177=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDB1 is #43224E. Grayscale: #CECECE. Windows color (decimal): -4399695 or 11656636. OLE color: 11656636.

HSL color Cylindrical-coordinate representation of color #BCDDB1: hue angle of 105º degrees, saturation: 0.39, 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 #BCDDB1 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB188221177-
CMYK0.1500.200.13
HSL105º39.29%78.04%-
HSV(B)105º19.91%86.67%-
XYZ54.5365.5851.38-
YUV206.12111.57115.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=32.08%
G=37.71%
B=30.20%

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
Decimal1882211770.1500.200.1310539.2978.04
HexBCDDB1F014D69274e
Octal274335261170241515147116
Binary1011110011011101101100011111010100110111010011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDB1; }

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

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

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

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

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

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

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

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