#BDDFAA

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

Shades of Madang #BDDFAA

Tints of Madang #BDDFAA

Color information

#BDDFAA (or 0xBDDFAA) is unknown color: approx Madang. HEX triplet: BD, DF and AA. RGB value is (189,223,170). Sum of RGB (Red+Green+Blue) = 189+223+170=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFAA is #422055. Grayscale: #CECECE. Windows color (decimal): -4333654 or 11198397. OLE color: 11198397.

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

Color convert

RGB189223170-
CMYK0.1500.240.13
HSL98.49º45.3%77.06%-
HSV(B)98.49º23.77%87.45%-
XYZ54.6366.547.99-
YUV206.79107.24115.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=32.47%
G=38.32%
B=29.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231700.1500.240.1398.4945.377.06
HexBDDFAAF018D622d4d
Octal275337252170301514255115
Binary1011110111011111101010101111011000110111000101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFAA; }

 p { color: rgb(189,223,170); }

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

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

 a { background-color: rgb(189,223,170); }

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

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

 span { border-color: rgb(189,223,170); }

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