#BDDAB1

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

Shades of Madang #BDDAB1

Tints of Madang #BDDAB1

Color information

#BDDAB1 (or 0xBDDAB1) is unknown color: approx Madang. HEX triplet: BD, DA and B1. RGB value is (189,218,177). Sum of RGB (Red+Green+Blue) = 189+218+177=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAB1 is #42254E. Grayscale: #CCCCCC. Windows color (decimal): -4334927 or 11655869. OLE color: 11655869.

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

Color convert

RGB189218177-
CMYK0.1300.190.15
HSL102.44º35.65%77.45%-
HSV(B)102.44º18.81%85.49%-
XYZ53.9964.1451.13-
YUV204.65112.39116.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 177 (69.53% from 255) = 30.31%
R=32.36%
G=37.33%
B=30.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181770.1300.190.15102.4435.6577.45
HexBDDAB1D013F66244d
Octal275332261150231714644115
Binary1011110111011010101100011101010011111111001101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAB1; }

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

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

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

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

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

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

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

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