#BDEEB5

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

Shades of Madang #BDEEB5

Tints of Madang #BDEEB5

Color information

#BDEEB5 (or 0xBDEEB5) is unknown color: approx Madang. HEX triplet: BD, EE and B5. RGB value is (189,238,181). Sum of RGB (Red+Green+Blue) = 189+238+181=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEB5 is #42114A. Grayscale: #D9D9D9. Windows color (decimal): -4329803 or 11923133. OLE color: 11923133.

HSL color Cylindrical-coordinate representation of color #BDEEB5: hue angle of 111.58º degrees, saturation: 0.63, 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 #BDEEB5 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB189238181-
CMYK0.2100.240.07
HSL111.58º62.64%82.16%-
HSV(B)111.58º23.95%93.33%-
XYZ59.975.355.09-
YUV216.85107.77108.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 238 (93.36% from 255) = 39.14%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=31.09%
G=39.14%
B=29.77%

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
Decimal1892381810.2100.240.07111.5862.6482.16
HexBDEEB5150187703f52
Octal27535626525030716077122
Binary1011110111101110101101011010101100011111100001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEB5; }

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

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

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

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

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

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

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

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