#BDFDAF

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

Shades of Madang #BDFDAF

Tints of Madang #BDFDAF

Color information

#BDFDAF (or 0xBDFDAF) is unknown color: approx Madang. HEX triplet: BD, FD and AF. RGB value is (189,253,175). Sum of RGB (Red+Green+Blue) = 189+253+175=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDAF is #420250. Grayscale: #E1E1E1. Windows color (decimal): -4325969 or 11533757. OLE color: 11533757.

HSL color Cylindrical-coordinate representation of color #BDFDAF: hue angle of 109.23º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDFDAF is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB189253175-
CMYK0.2500.310.01
HSL109.23º95.12%83.92%-
HSV(B)109.23º30.83%99.22%-
XYZ63.8584.1653.44-
YUV224.9799.8102.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=30.63%
G=41.00%
B=28.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531750.2500.310.01109.2395.1283.92
HexBDFDAF1901F16d5f54
Octal275375257310371155137124
Binary101111011111110110101111110010111111110110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDAF; }

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

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

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

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

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

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

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

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