#BDE8B6

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

Shades of Madang #BDE8B6

Tints of Madang #BDE8B6

Color information

#BDE8B6 (or 0xBDE8B6) is unknown color: approx Madang. HEX triplet: BD, E8 and B6. RGB value is (189,232,182). Sum of RGB (Red+Green+Blue) = 189+232+182=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8B6 is #421749. Grayscale: #D5D5D5. Windows color (decimal): -4331338 or 11987133. OLE color: 11987133.

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

Color convert

RGB189232182-
CMYK0.1900.220.09
HSL111.6º52.08%81.18%-
HSV(B)111.6º21.55%90.98%-
XYZ58.2971.9155.06-
YUV213.44110.25110.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 232 (91.02% from 255) = 38.47%
BLUE value IS 182 (71.48% from 255) = 30.18%
R=31.34%
G=38.47%
B=30.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321820.1900.220.09111.652.0881.18
HexBDE8B6130169703451
Octal275350266230261116064121
Binary10111101111010001011011010011010110100111100001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8B6; }

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

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

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

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

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

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

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

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