#BDF7A8

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

Shades of Madang #BDF7A8

Tints of Madang #BDF7A8

Color information

#BDF7A8 (or 0xBDF7A8) is unknown color: approx Madang. HEX triplet: BD, F7 and A8. RGB value is (189,247,168). Sum of RGB (Red+Green+Blue) = 189+247+168=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF7A8 is #420857. Grayscale: #DCDCDC. Windows color (decimal): -4327512 or 11073469. OLE color: 11073469.

HSL color Cylindrical-coordinate representation of color #BDF7A8: hue angle of 104.05º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDF7A8 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB189247168-
CMYK0.2300.320.03
HSL104.05º83.16%81.37%-
HSV(B)104.05º31.98%96.86%-
XYZ61.3180.1749.29-
YUV220.6598.28105.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 247 (96.88% from 255) = 40.89%
BLUE value IS 168 (66.02% from 255) = 27.81%
R=31.29%
G=40.89%
B=27.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471680.2300.320.03104.0583.1681.37
HexBDF7A8170203685351
Octal275367250270403150123121
Binary10111101111101111010100010111010000011110100010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7A8; }

 p { color: rgb(189,247,168); }

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

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

 a { background-color: rgb(189,247,168); }

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

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

 span { border-color: rgb(189,247,168); }

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