#BDF6AF

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

Shades of Madang #BDF6AF

Tints of Madang #BDF6AF

Color information

#BDF6AF (or 0xBDF6AF) is unknown color: approx Madang. HEX triplet: BD, F6 and AF. RGB value is (189,246,175). Sum of RGB (Red+Green+Blue) = 189+246+175=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF6AF is #420950. Grayscale: #DDDDDD. Windows color (decimal): -4327761 or 11531965. OLE color: 11531965.

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

Color convert

RGB189246175-
CMYK0.2300.290.04
HSL108.17º79.78%82.55%-
HSV(B)108.17º28.86%96.47%-
XYZ61.6879.8352.71-
YUV220.86102.12105.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 246 (96.48% from 255) = 40.33%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=30.98%
G=40.33%
B=28.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461750.2300.290.04108.1779.7882.55
HexBDF6AF1701D46c5053
Octal275366257270354154120123
Binary10111101111101101010111110111011101100110110010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6AF; }

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

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

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

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

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

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

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

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