#BBEDB1

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

Shades of Madang #BBEDB1

Tints of Madang #BBEDB1

Color information

#BBEDB1 (or 0xBBEDB1) is unknown color: approx Madang. HEX triplet: BB, ED and B1. RGB value is (187,237,177). Sum of RGB (Red+Green+Blue) = 187+237+177=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDB1 is #44124E. Grayscale: #D7D7D7. Windows color (decimal): -4461135 or 11660731. OLE color: 11660731.

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

Color convert

RGB187237177-
CMYK0.2100.250.07
HSL110º62.5%81.18%-
HSV(B)110º25.32%92.94%-
XYZ58.7174.3152.84-
YUV215.21106.44107.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=31.11%
G=39.43%
B=29.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371770.2100.250.0711062.581.18
HexBBEDB11501976e3e51
Octal27335526125031715676121
Binary1011101111101101101100011010101100111111011101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDB1; }

 p { color: rgb(187,237,177); }

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

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

 a { background-color: rgb(187,237,177); }

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

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

 span { border-color: rgb(187,237,177); }

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