Shades of Fringy Flower #BBF4B8
Tints of Fringy Flower #BBF4B8
RGB
CMYK
RGB Variations
Color information
#BBF4B8 (or 0xBBF4B8) is known color: Fringy Flower. HEX triplet: BB, F4 and B8. RGB value is (187,244,184). Sum of RGB (Red+Green+Blue) = 187+244+184=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4B8 is #440B47. Grayscale: #DCDCDC. Windows color (decimal): -4459336 or 12121275. OLE color: 12121275.
HSL color Cylindrical-coordinate representation of color #BBF4B8: hue angle of 117º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF4B8 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 184 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.04 |
| HSL | 117º | 0.73% | 0.84% | - |
| HSV(B) | 117º | 0.25% | 0.96% | - |
| XYZ | 61.5 | 78.73 | 57.3 | - |
| YUV | 220.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 184 | 0.23 | 0 | 0.25 | 0.04 | 117 | 0.73 | 0.84 |
| Hex | BB | F4 | B8 | 17 | 0 | 19 | 4 | 75 | 49 | 54 |
| Octal | 273 | 364 | 270 | 27 | 0 | 31 | 4 | 165 | 111 | 124 |
| Binary | 10111011 | 11110100 | 10111000 | 10111 | 0 | 11001 | 100 | 1110101 | 1001001 | 1010100 |
Color Harmonies of #BBF4B8
Complementary color
Monochromatic Colors of #BBF4B8
Black with #BBF4B8
Text Example
Text Example
White with #BBF4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4B8; }
p { color: rgb(187,244,184); }
H1.HeaderClassName
{
color: #BBF4B8;
}
.AnyTagClassName
{
color: #BBF4B8;
}
</style>
background-color css
<style>
a { background-color: #BBF4B8; }
a { background-color: rgb(187,244,184); }
div.DivClassName
{
background-color: #BBF4B8;
}
.BgClassName
{
background-color: #BBF4B8;
}
</style>
border-color css
<style>
span { border-color: #BBF4B8; }
span { border-color: rgb(187,244,184); }
td.TdClassName
{
border-color: #BBF4B8;
}
.TagClassName
{
border-color: #BBF4B8;
}
</style>