#BDF4AA

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

Shades of Madang #BDF4AA

Tints of Madang #BDF4AA

Color information

#BDF4AA (or 0xBDF4AA) is unknown color: approx Madang. HEX triplet: BD, F4 and AA. RGB value is (189,244,170). Sum of RGB (Red+Green+Blue) = 189+244+170=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF4AA is #420B55. Grayscale: #DBDBDB. Windows color (decimal): -4328278 or 11203773. OLE color: 11203773.

HSL color Cylindrical-coordinate representation of color #BDF4AA: hue angle of 104.59º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDF4AA is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB189244170-
CMYK0.2300.300.04
HSL104.59º77.08%81.18%-
HSV(B)104.59º30.33%95.69%-
XYZ60.5978.4249.97-
YUV219.12100.28106.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 244 (95.70% from 255) = 40.46%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=31.34%
G=40.46%
B=28.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892441700.2300.300.04104.5977.0881.18
HexBDF4AA1701E4694d51
Octal275364252270364151115121
Binary10111101111101001010101010111011110100110100110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4AA; }

 p { color: rgb(189,244,170); }

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

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

 a { background-color: rgb(189,244,170); }

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

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

 span { border-color: rgb(189,244,170); }

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