Shades of Fringy Flower #BBF2BC
Tints of Fringy Flower #BBF2BC
RGB
CMYK
RGB Variations
Color information
#BBF2BC (or 0xBBF2BC) is known color: Fringy Flower. HEX triplet: BB, F2 and BC. RGB value is (187,242,188). Sum of RGB (Red+Green+Blue) = 187+242+188=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2BC is #440D43. Grayscale: #DBDBDB. Windows color (decimal): -4459844 or 12382907. OLE color: 12382907.
HSL color Cylindrical-coordinate representation of color #BBF2BC: hue angle of 121.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2BC is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 188 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.05 |
| HSL | 121.09º | 0.68% | 0.84% | - |
| HSV(B) | 121.09º | 0.23% | 0.95% | - |
| XYZ | 61.32 | 77.7 | 59.34 | - |
| YUV | 219.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 188 | 0.23 | 0 | 0.22 | 0.05 | 121.09 | 0.68 | 0.84 |
| Hex | BB | F2 | BC | 17 | 0 | 16 | 5 | 79 | 44 | 54 |
| Octal | 273 | 362 | 274 | 27 | 0 | 26 | 5 | 171 | 104 | 124 |
| Binary | 10111011 | 11110010 | 10111100 | 10111 | 0 | 10110 | 101 | 1111001 | 1000100 | 1010100 |
Color Harmonies of #BBF2BC
Complementary color
Monochromatic Colors of #BBF2BC
Black with #BBF2BC
Text Example
Text Example
White with #BBF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2BC; }
p { color: rgb(187,242,188); }
H1.HeaderClassName
{
color: #BBF2BC;
}
.AnyTagClassName
{
color: #BBF2BC;
}
</style>
background-color css
<style>
a { background-color: #BBF2BC; }
a { background-color: rgb(187,242,188); }
div.DivClassName
{
background-color: #BBF2BC;
}
.BgClassName
{
background-color: #BBF2BC;
}
</style>
border-color css
<style>
span { border-color: #BBF2BC; }
span { border-color: rgb(187,242,188); }
td.TdClassName
{
border-color: #BBF2BC;
}
.TagClassName
{
border-color: #BBF2BC;
}
</style>