Shades of Madang #BBFCA5
Tints of Madang #BBFCA5
RGB
CMYK
RGB Variations
Color information
#BBFCA5 (or 0xBBFCA5) is known color: Madang. HEX triplet: BB, FC and A5. RGB value is (187,252,165). Sum of RGB (Red+Green+Blue) = 187+252+165=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFCA5 is #44035A. Grayscale: #DEDEDE. Windows color (decimal): -4457307 or 10878139. OLE color: 10878139.
HSL color Cylindrical-coordinate representation of color #BBFCA5: hue angle of 104.83º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBFCA5 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 165 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.01 |
| HSL | 104.83º | 0.94% | 0.82% | - |
| HSV(B) | 104.83º | 0.35% | 0.99% | - |
| XYZ | 62.1 | 82.9 | 48.33 | - |
| YUV | 222.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 165 | 0.26 | 0 | 0.35 | 0.01 | 104.83 | 0.94 | 0.82 |
| Hex | BB | FC | A5 | 1A | 0 | 23 | 1 | 69 | 5E | 52 |
| Octal | 273 | 374 | 245 | 32 | 0 | 43 | 1 | 151 | 136 | 122 |
| Binary | 10111011 | 11111100 | 10100101 | 11010 | 0 | 100011 | 1 | 1101001 | 1011110 | 1010010 |
Color Harmonies of #BBFCA5
Complementary color
Monochromatic Colors of #BBFCA5
Black with #BBFCA5
Text Example
Text Example
White with #BBFCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCA5; }
p { color: rgb(187,252,165); }
H1.HeaderClassName
{
color: #BBFCA5;
}
.AnyTagClassName
{
color: #BBFCA5;
}
</style>
background-color css
<style>
a { background-color: #BBFCA5; }
a { background-color: rgb(187,252,165); }
div.DivClassName
{
background-color: #BBFCA5;
}
.BgClassName
{
background-color: #BBFCA5;
}
</style>
border-color css
<style>
span { border-color: #BBFCA5; }
span { border-color: rgb(187,252,165); }
td.TdClassName
{
border-color: #BBFCA5;
}
.TagClassName
{
border-color: #BBFCA5;
}
</style>