#BDEEB6

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

Shades of Madang #BDEEB6

Tints of Madang #BDEEB6

Color information

#BDEEB6 (or 0xBDEEB6) is unknown color: approx Madang. HEX triplet: BD, EE and B6. RGB value is (189,238,182). Sum of RGB (Red+Green+Blue) = 189+238+182=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEB6 is #421149. Grayscale: #D9D9D9. Windows color (decimal): -4329802 or 11988669. OLE color: 11988669.

HSL color Cylindrical-coordinate representation of color #BDEEB6: hue angle of 112.5º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDEEB6 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB189238182-
CMYK0.2100.240.07
HSL112.5º62.22%82.35%-
HSV(B)112.5º23.53%93.33%-
XYZ6075.3555.64-
YUV216.96108.27108.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=31.03%
G=39.08%
B=29.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381820.2100.240.07112.562.2282.35
HexBDEEB6150187703e52
Octal27535626625030716076122
Binary1011110111101110101101101010101100011111100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEB6; }

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

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

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

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

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

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

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

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