#BDDFA4

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

Shades of Madang #BDDFA4

Tints of Madang #BDDFA4

Color information

#BDDFA4 (or 0xBDDFA4) is unknown color: approx Madang. HEX triplet: BD, DF and A4. RGB value is (189,223,164). Sum of RGB (Red+Green+Blue) = 189+223+164=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFA4 is #42205B. Grayscale: #CECECE. Windows color (decimal): -4333660 or 10805181. OLE color: 10805181.

HSL color Cylindrical-coordinate representation of color #BDDFA4: hue angle of 94.58º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDFA4 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB189223164-
CMYK0.1500.260.13
HSL94.58º47.97%75.88%-
HSV(B)94.58º26.46%87.45%-
XYZ54.0766.2745.06-
YUV206.11104.24115.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=32.81%
G=38.72%
B=28.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231640.1500.260.1394.5847.9775.88
HexBDDFA4F01AD5f304c
Octal275337244170321513760114
Binary1011110111011111101001001111011010110110111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFA4; }

 p { color: rgb(189,223,164); }

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

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

 a { background-color: rgb(189,223,164); }

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

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

 span { border-color: rgb(189,223,164); }

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