#BDEBB0

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

Shades of Madang #BDEBB0

Tints of Madang #BDEBB0

Color information

#BDEBB0 (or 0xBDEBB0) is unknown color: approx Madang. HEX triplet: BD, EB and B0. RGB value is (189,235,176). Sum of RGB (Red+Green+Blue) = 189+235+176=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBB0 is #42144F. Grayscale: #D6D6D6. Windows color (decimal): -4330576 or 11594685. OLE color: 11594685.

HSL color Cylindrical-coordinate representation of color #BDEBB0: hue angle of 106.78º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDEBB0 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB189235176-
CMYK0.2000.250.08
HSL106.78º59.6%80.59%-
HSV(B)106.78º25.11%92.16%-
XYZ58.5373.3752.15-
YUV214.52106.26109.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=31.5%
G=39.17%
B=29.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351760.2000.250.08106.7859.680.59
HexBDEBB01401986b3c51
Octal275353260240311015374121
Binary10111101111010111011000010100011001100011010111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBB0; }

 p { color: rgb(189,235,176); }

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

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

 a { background-color: rgb(189,235,176); }

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

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

 span { border-color: rgb(189,235,176); }

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