Shades of Fringy Flower #BBF0BF
Tints of Fringy Flower #BBF0BF
RGB
CMYK
RGB Variations
Color information
#BBF0BF (or 0xBBF0BF) is known color: Fringy Flower. HEX triplet: BB, F0 and BF. RGB value is (187,240,191). Sum of RGB (Red+Green+Blue) = 187+240+191=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0BF is #440F40. Grayscale: #DADADA. Windows color (decimal): -4460353 or 12579003. OLE color: 12579003.
HSL color Cylindrical-coordinate representation of color #BBF0BF: hue angle of 124.53º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0BF is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 191 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.06 |
| HSL | 124.53º | 0.64% | 0.84% | - |
| HSV(B) | 124.53º | 0.22% | 0.94% | - |
| XYZ | 61.06 | 76.65 | 60.87 | - |
| YUV | 218.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 191 | 0.22 | 0 | 0.20 | 0.06 | 124.53 | 0.64 | 0.84 |
| Hex | BB | F0 | BF | 16 | 0 | 14 | 6 | 7D | 40 | 54 |
| Octal | 273 | 360 | 277 | 26 | 0 | 24 | 6 | 175 | 100 | 124 |
| Binary | 10111011 | 11110000 | 10111111 | 10110 | 0 | 10100 | 110 | 1111101 | 1000000 | 1010100 |
Color Harmonies of #BBF0BF
Complementary color
Monochromatic Colors of #BBF0BF
Black with #BBF0BF
Text Example
Text Example
White with #BBF0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0BF; }
p { color: rgb(187,240,191); }
H1.HeaderClassName
{
color: #BBF0BF;
}
.AnyTagClassName
{
color: #BBF0BF;
}
</style>
background-color css
<style>
a { background-color: #BBF0BF; }
a { background-color: rgb(187,240,191); }
div.DivClassName
{
background-color: #BBF0BF;
}
.BgClassName
{
background-color: #BBF0BF;
}
</style>
border-color css
<style>
span { border-color: #BBF0BF; }
span { border-color: rgb(187,240,191); }
td.TdClassName
{
border-color: #BBF0BF;
}
.TagClassName
{
border-color: #BBF0BF;
}
</style>