#BDDCB1

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

Shades of Madang #BDDCB1

Tints of Madang #BDDCB1

Color information

#BDDCB1 (or 0xBDDCB1) is unknown color: approx Madang. HEX triplet: BD, DC and B1. RGB value is (189,220,177). Sum of RGB (Red+Green+Blue) = 189+220+177=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCB1 is #42234E. Grayscale: #CDCDCD. Windows color (decimal): -4334415 or 11656381. OLE color: 11656381.

HSL color Cylindrical-coordinate representation of color #BDDCB1: hue angle of 103.26º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDCB1 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB189220177-
CMYK0.1400.200.14
HSL103.26º38.05%77.84%-
HSV(B)103.26º19.55%86.27%-
XYZ54.5265.1851.3-
YUV205.83111.73116-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=32.25%
G=37.54%
B=30.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201770.1400.200.14103.2638.0577.84
HexBDDCB1E014E67264e
Octal275334261160241614746116
Binary1011110111011100101100011110010100111011001111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCB1; }

 p { color: rgb(189,220,177); }

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

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

 a { background-color: rgb(189,220,177); }

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

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

 span { border-color: rgb(189,220,177); }

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