#BDE3B2

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

Shades of Madang #BDE3B2

Tints of Madang #BDE3B2

Color information

#BDE3B2 (or 0xBDE3B2) is unknown color: approx Madang. HEX triplet: BD, E3 and B2. RGB value is (189,227,178). Sum of RGB (Red+Green+Blue) = 189+227+178=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE3B2 is #421C4D. Grayscale: #D2D2D2. Windows color (decimal): -4332622 or 11723709. OLE color: 11723709.

HSL color Cylindrical-coordinate representation of color #BDE3B2: hue angle of 106.53º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE3B2 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB189227178-
CMYK0.1700.220.11
HSL106.53º46.67%79.41%-
HSV(B)106.53º21.59%89.02%-
XYZ56.4968.9752.45-
YUV210.05109.91112.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 227 (89.06% from 255) = 38.22%
BLUE value IS 178 (69.92% from 255) = 29.97%
R=31.82%
G=38.22%
B=29.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892271780.1700.220.11106.5346.6779.41
HexBDE3B211016B6b2f4f
Octal275343262210261315357117
Binary10111101111000111011001010001010110101111010111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3B2; }

 p { color: rgb(189,227,178); }

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

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

 a { background-color: rgb(189,227,178); }

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

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

 span { border-color: rgb(189,227,178); }

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