#BDFFAA

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

Shades of Madang #BDFFAA

Tints of Madang #BDFFAA

Color information

#BDFFAA (or 0xBDFFAA) is unknown color: approx Madang. HEX triplet: BD, FF and AA. RGB value is (189,255,170). Sum of RGB (Red+Green+Blue) = 189+255+170=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFFAA is #420055. Grayscale: #E1E1E1. Windows color (decimal): -4325462 or 11206589. OLE color: 11206589.

HSL color Cylindrical-coordinate representation of color #BDFFAA: hue angle of 106.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDFFAA is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB189255170-
CMYK0.2600.330
HSL106.59º100%83.33%-
HSV(B)106.59º33.33%100%-
XYZ6485.2451.11-
YUV225.5896.63101.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=30.78%
G=41.53%
B=27.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551700.2600.330106.5910083.33
HexBDFFAA1A02106b6453
Octal275377252320410153144123
Binary1011110111111111101010101101001000010110101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFAA; }

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

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

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

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

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

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

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

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