#BDE7B6

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

Shades of Madang #BDE7B6

Tints of Madang #BDE7B6

Color information

#BDE7B6 (or 0xBDE7B6) is unknown color: approx Madang. HEX triplet: BD, E7 and B6. RGB value is (189,231,182). Sum of RGB (Red+Green+Blue) = 189+231+182=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7B6 is #421849. Grayscale: #D5D5D5. Windows color (decimal): -4331594 or 11986877. OLE color: 11986877.

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

Color convert

RGB189231182-
CMYK0.1800.210.09
HSL111.43º50.52%80.98%-
HSV(B)111.43º21.21%90.59%-
XYZ58.0171.3554.97-
YUV212.86110.59110.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 231 (90.62% from 255) = 38.37%
BLUE value IS 182 (71.48% from 255) = 30.23%
R=31.40%
G=38.37%
B=30.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311820.1800.210.09111.4350.5280.98
HexBDE7B61201596f3351
Octal275347266220251115763121
Binary10111101111001111011011010010010101100111011111100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7B6; }

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

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

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

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

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

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

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

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