#BDFAAF

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

Shades of Madang #BDFAAF

Tints of Madang #BDFAAF

Color information

#BDFAAF (or 0xBDFAAF) is unknown color: approx Madang. HEX triplet: BD, FA and AF. RGB value is (189,250,175). Sum of RGB (Red+Green+Blue) = 189+250+175=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAAF is #420550. Grayscale: #DFDFDF. Windows color (decimal): -4326737 or 11532989. OLE color: 11532989.

HSL color Cylindrical-coordinate representation of color #BDFAAF: hue angle of 108.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDFAAF is Cyan = 0.24, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB189250175-
CMYK0.2400.30.02
HSL108.8º88.24%83.33%-
HSV(B)108.8º30%98.04%-
XYZ62.9182.2953.12-
YUV223.21100.79103.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=30.78%
G=40.72%
B=28.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501750.2400.30.02108.888.2483.33
HexBDFAAF1801E26d5853
Octal275372257300362155130123
Binary1011110111111010101011111100001111010110110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAAF; }

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

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

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

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

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

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

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

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