#BCDDAF

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

Shades of Madang #BCDDAF

Tints of Madang #BCDDAF

Color information

#BCDDAF (or 0xBCDDAF) is unknown color: approx Madang. HEX triplet: BC, DD and AF. RGB value is (188,221,175). Sum of RGB (Red+Green+Blue) = 188+221+175=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAF is #432250. Grayscale: #CECECE. Windows color (decimal): -4399697 or 11525564. OLE color: 11525564.

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

Color convert

RGB188221175-
CMYK0.1500.210.13
HSL103.04º40.35%77.65%-
HSV(B)103.04º20.81%86.67%-
XYZ54.3365.550.34-
YUV205.89110.57115.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=32.19%
G=37.84%
B=29.97%

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
Decimal1882211750.1500.210.13103.0440.3577.65
HexBCDDAFF015D67284e
Octal274335257170251514750116
Binary1011110011011101101011111111010101110111001111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDAF; }

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

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

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

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

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

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

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

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