#BDE8B8

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

Shades of Madang #BDE8B8

Tints of Madang #BDE8B8

Color information

#BDE8B8 (or 0xBDE8B8) is unknown color: approx Madang. HEX triplet: BD, E8 and B8. RGB value is (189,232,184). Sum of RGB (Red+Green+Blue) = 189+232+184=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8B8 is #421747. Grayscale: #D5D5D5. Windows color (decimal): -4331336 or 12118205. OLE color: 12118205.

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

Color convert

RGB189232184-
CMYK0.1900.210.09
HSL113.75º51.06%81.57%-
HSV(B)113.75º20.69%90.98%-
XYZ58.4971.9956.16-
YUV213.67111.25110.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 232 (91.02% from 255) = 38.35%
BLUE value IS 184 (72.27% from 255) = 30.41%
R=31.24%
G=38.35%
B=30.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321840.1900.210.09113.7551.0681.57
HexBDE8B8130159723352
Octal275350270230251116263122
Binary10111101111010001011100010011010101100111100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8B8; }

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

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

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

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

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

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

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

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