#BDDFAE

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

Shades of Madang #BDDFAE

Tints of Madang #BDDFAE

Color information

#BDDFAE (or 0xBDDFAE) is unknown color: approx Madang. HEX triplet: BD, DF and AE. RGB value is (189,223,174). Sum of RGB (Red+Green+Blue) = 189+223+174=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFAE is #422051. Grayscale: #CFCFCF. Windows color (decimal): -4333650 or 11460541. OLE color: 11460541.

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

Color convert

RGB189223174-
CMYK0.1500.220.13
HSL101.63º43.36%77.84%-
HSV(B)101.63º21.97%87.45%-
XYZ55.0166.6550.01-
YUV207.25109.24114.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=32.25%
G=38.05%
B=29.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231740.1500.220.13101.6343.3677.84
HexBDDFAEF016D662b4e
Octal275337256170261514653116
Binary1011110111011111101011101111010110110111001101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFAE; }

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

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

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

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

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

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

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

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