#BDDFAF

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

Shades of Madang #BDDFAF

Tints of Madang #BDDFAF

Color information

#BDDFAF (or 0xBDDFAF) is unknown color: approx Madang. HEX triplet: BD, DF and AF. RGB value is (189,223,175). Sum of RGB (Red+Green+Blue) = 189+223+175=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFAF is #422050. Grayscale: #CFCFCF. Windows color (decimal): -4333649 or 11526077. OLE color: 11526077.

HSL color Cylindrical-coordinate representation of color #BDDFAF: hue angle of 102.5º 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 #BDDFAF is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB189223175-
CMYK0.1500.220.13
HSL102.5º42.86%78.04%-
HSV(B)102.5º21.52%87.45%-
XYZ55.1166.6950.53-
YUV207.36109.74114.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=32.20%
G=37.99%
B=29.81%

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
Decimal1892231750.1500.220.13102.542.8678.04
HexBDDFAFF016D662b4e
Octal275337257170261514653116
Binary1011110111011111101011111111010110110111001101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFAF; }

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

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

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

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

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

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

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

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