#BDEEB1

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

Shades of Madang #BDEEB1

Tints of Madang #BDEEB1

Color information

#BDEEB1 (or 0xBDEEB1) is unknown color: approx Madang. HEX triplet: BD, EE and B1. RGB value is (189,238,177). Sum of RGB (Red+Green+Blue) = 189+238+177=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEEB1 is #42114E. Grayscale: #D8D8D8. Windows color (decimal): -4329807 or 11660989. OLE color: 11660989.

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

Color convert

RGB189238177-
CMYK0.2100.260.07
HSL108.2º64.21%81.37%-
HSV(B)108.2º25.63%93.33%-
XYZ59.575.1452.96-
YUV216.4105.77108.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=31.29%
G=39.40%
B=29.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381770.2100.260.07108.264.2181.37
HexBDEEB11501A76c4051
Octal275356261250327154100121
Binary10111101111011101011000110101011010111110110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEB1; }

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

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

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

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

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

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

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

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