#BCDDAE

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

Shades of Madang #BCDDAE

Tints of Madang #BCDDAE

Color information

#BCDDAE (or 0xBCDDAE) is unknown color: approx Madang. HEX triplet: BC, DD and AE. RGB value is (188,221,174). Sum of RGB (Red+Green+Blue) = 188+221+174=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAE is #432251. Grayscale: #CDCDCD. Windows color (decimal): -4399698 or 11460028. OLE color: 11460028.

HSL color Cylindrical-coordinate representation of color #BCDDAE: hue angle of 102.13º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDDAE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB188221174-
CMYK0.1500.210.13
HSL102.13º40.87%77.45%-
HSV(B)102.13º21.27%86.67%-
XYZ54.2465.4649.82-
YUV205.78110.07115.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=32.25%
G=37.91%
B=29.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211740.1500.210.13102.1340.8777.45
HexBCDDAEF015D66294d
Octal274335256170251514651115
Binary1011110011011101101011101111010101110111001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDAE; }

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

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

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

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

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

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

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

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