#BCDDAD

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

Shades of Madang #BCDDAD

Tints of Madang #BCDDAD

Color information

#BCDDAD (or 0xBCDDAD) is unknown color: approx Madang. HEX triplet: BC, DD and AD. RGB value is (188,221,173). Sum of RGB (Red+Green+Blue) = 188+221+173=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAD is #432252. Grayscale: #CDCDCD. Windows color (decimal): -4399699 or 11394492. OLE color: 11394492.

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

Color convert

RGB188221173-
CMYK0.1500.220.13
HSL101.25º41.38%77.25%-
HSV(B)101.25º21.72%86.67%-
XYZ54.1465.4249.31-
YUV205.66109.57115.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 173 (67.97% from 255) = 29.73%
R=32.30%
G=37.97%
B=29.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211730.1500.220.13101.2541.3877.25
HexBCDDADF016D65294d
Octal274335255170261514551115
Binary1011110011011101101011011111010110110111001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDAD; }

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

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

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

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

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

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

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

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