Shades of Fringy Flower #BBF7BD
Tints of Fringy Flower #BBF7BD
RGB
CMYK
RGB Variations
Color information
#BBF7BD (or 0xBBF7BD) is known color: Fringy Flower. HEX triplet: BB, F7 and BD. RGB value is (187,247,189). Sum of RGB (Red+Green+Blue) = 187+247+189=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7BD is #440842. Grayscale: #DEDEDE. Windows color (decimal): -4458563 or 12449723. OLE color: 12449723.
HSL color Cylindrical-coordinate representation of color #BBF7BD: hue angle of 122º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7BD is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 189 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.03 |
| HSL | 122º | 0.79% | 0.85% | - |
| HSV(B) | 122º | 0.24% | 0.97% | - |
| XYZ | 62.94 | 80.76 | 60.42 | - |
| YUV | 222.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 189 | 0.24 | 0 | 0.23 | 0.03 | 122 | 0.79 | 0.85 |
| Hex | BB | F7 | BD | 18 | 0 | 17 | 3 | 7A | 4F | 55 |
| Octal | 273 | 367 | 275 | 30 | 0 | 27 | 3 | 172 | 117 | 125 |
| Binary | 10111011 | 11110111 | 10111101 | 11000 | 0 | 10111 | 11 | 1111010 | 1001111 | 1010101 |
Color Harmonies of #BBF7BD
Complementary color
Monochromatic Colors of #BBF7BD
Black with #BBF7BD
Text Example
Text Example
White with #BBF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7BD; }
p { color: rgb(187,247,189); }
H1.HeaderClassName
{
color: #BBF7BD;
}
.AnyTagClassName
{
color: #BBF7BD;
}
</style>
background-color css
<style>
a { background-color: #BBF7BD; }
a { background-color: rgb(187,247,189); }
div.DivClassName
{
background-color: #BBF7BD;
}
.BgClassName
{
background-color: #BBF7BD;
}
</style>
border-color css
<style>
span { border-color: #BBF7BD; }
span { border-color: rgb(187,247,189); }
td.TdClassName
{
border-color: #BBF7BD;
}
.TagClassName
{
border-color: #BBF7BD;
}
</style>