Shades of Madang #BBFFA5
Tints of Madang #BBFFA5
RGB
CMYK
RGB Variations
Color information
#BBFFA5 (or 0xBBFFA5) is known color: Madang. HEX triplet: BB, FF and A5. RGB value is (187,255,165). Sum of RGB (Red+Green+Blue) = 187+255+165=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFA5 is #44005A. Grayscale: #E0E0E0. Windows color (decimal): -4456539 or 10878907. OLE color: 10878907.
HSL color Cylindrical-coordinate representation of color #BBFFA5: hue angle of 105.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBFFA5 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 165 | - |
| CMYK | 0.27 | 0 | 0.35 | 0 |
| HSL | 105.33º | 1% | 0.82% | - |
| HSV(B) | 105.33º | 0.35% | 1% | - |
| XYZ | 63.05 | 84.8 | 48.64 | - |
| YUV | 224.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 165 | 0.27 | 0 | 0.35 | 0 | 105.33 | 1 | 0.82 |
| Hex | BB | FF | A5 | 1B | 0 | 23 | 0 | 69 | 64 | 52 |
| Octal | 273 | 377 | 245 | 33 | 0 | 43 | 0 | 151 | 144 | 122 |
| Binary | 10111011 | 11111111 | 10100101 | 11011 | 0 | 100011 | 0 | 1101001 | 1100100 | 1010010 |
Color Harmonies of #BBFFA5
Complementary color
Monochromatic Colors of #BBFFA5
Black with #BBFFA5
Text Example
Text Example
White with #BBFFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFA5; }
p { color: rgb(187,255,165); }
H1.HeaderClassName
{
color: #BBFFA5;
}
.AnyTagClassName
{
color: #BBFFA5;
}
</style>
background-color css
<style>
a { background-color: #BBFFA5; }
a { background-color: rgb(187,255,165); }
div.DivClassName
{
background-color: #BBFFA5;
}
.BgClassName
{
background-color: #BBFFA5;
}
</style>
border-color css
<style>
span { border-color: #BBFFA5; }
span { border-color: rgb(187,255,165); }
td.TdClassName
{
border-color: #BBFFA5;
}
.TagClassName
{
border-color: #BBFFA5;
}
</style>