#BDE8A1

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

Shades of Madang #BDE8A1

Tints of Madang #BDE8A1

Color information

#BDE8A1 (or 0xBDE8A1) is unknown color: approx Madang. HEX triplet: BD, E8 and A1. RGB value is (189,232,161). Sum of RGB (Red+Green+Blue) = 189+232+161=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE8A1 is #42175E. Grayscale: #D3D3D3. Windows color (decimal): -4331359 or 10610877. OLE color: 10610877.

HSL color Cylindrical-coordinate representation of color #BDE8A1: hue angle of 96.34º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDE8A1 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB189232161-
CMYK0.1900.310.09
HSL96.34º60.68%77.06%-
HSV(B)96.34º30.6%90.98%-
XYZ56.2871.1144.48-
YUV211.0599.75112.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 232 (91.02% from 255) = 39.86%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=32.47%
G=39.86%
B=27.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321610.1900.310.0996.3460.6877.06
HexBDE8A11301F9603d4d
Octal275350241230371114075115
Binary10111101111010001010000110011011111100111000001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8A1; }

 p { color: rgb(189,232,161); }

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

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

 a { background-color: rgb(189,232,161); }

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

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

 span { border-color: rgb(189,232,161); }

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