#BCDDAB

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

Shades of Madang #BCDDAB

Tints of Madang #BCDDAB

Color information

#BCDDAB (or 0xBCDDAB) is unknown color: approx Madang. HEX triplet: BC, DD and AB. RGB value is (188,221,171). Sum of RGB (Red+Green+Blue) = 188+221+171=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAB is #432254. Grayscale: #CDCDCD. Windows color (decimal): -4399701 or 11263420. OLE color: 11263420.

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

Color convert

RGB188221171-
CMYK0.1500.230.13
HSL99.6º42.37%76.86%-
HSV(B)99.6º22.62%86.67%-
XYZ53.9565.3448.3-
YUV205.43108.57115.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=32.41%
G=38.10%
B=29.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211710.1500.230.1399.642.3776.86
HexBCDDABF017D642a4d
Octal274335253170271514452115
Binary1011110011011101101010111111010111110111001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDAB; }

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

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

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

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

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

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

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

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