#BDF7AF

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

Shades of Madang #BDF7AF

Tints of Madang #BDF7AF

Color information

#BDF7AF (or 0xBDF7AF) is unknown color: approx Madang. HEX triplet: BD, F7 and AF. RGB value is (189,247,175). Sum of RGB (Red+Green+Blue) = 189+247+175=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF7AF is #420850. Grayscale: #DDDDDD. Windows color (decimal): -4327505 or 11532221. OLE color: 11532221.

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

Color convert

RGB189247175-
CMYK0.2300.290.03
HSL108.33º81.82%82.75%-
HSV(B)108.33º29.15%96.86%-
XYZ61.9880.4452.82-
YUV221.45101.78104.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 247 (96.88% from 255) = 40.43%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=30.93%
G=40.43%
B=28.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471750.2300.290.03108.3381.8282.75
HexBDF7AF1701D36c5253
Octal275367257270353154122123
Binary1011110111110111101011111011101110111110110010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7AF; }

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

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

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

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

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

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

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

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