Shades of Fringy Flower #BBFCB8
Tints of Fringy Flower #BBFCB8
RGB
CMYK
RGB Variations
Color information
#BBFCB8 (or 0xBBFCB8) is known color: Fringy Flower. HEX triplet: BB, FC and B8. RGB value is (187,252,184). Sum of RGB (Red+Green+Blue) = 187+252+184=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCB8 is #440347. Grayscale: #E1E1E1. Windows color (decimal): -4457288 or 12123323. OLE color: 12123323.
HSL color Cylindrical-coordinate representation of color #BBFCB8: hue angle of 117.35º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFCB8 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 184 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.01 |
| HSL | 117.35º | 0.92% | 0.85% | - |
| HSV(B) | 117.35º | 0.27% | 0.99% | - |
| XYZ | 63.96 | 83.65 | 58.12 | - |
| YUV | 224.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 184 | 0.26 | 0 | 0.27 | 0.01 | 117.35 | 0.92 | 0.85 |
| Hex | BB | FC | B8 | 1A | 0 | 1B | 1 | 75 | 5C | 55 |
| Octal | 273 | 374 | 270 | 32 | 0 | 33 | 1 | 165 | 134 | 125 |
| Binary | 10111011 | 11111100 | 10111000 | 11010 | 0 | 11011 | 1 | 1110101 | 1011100 | 1010101 |
Color Harmonies of #BBFCB8
Complementary color
Monochromatic Colors of #BBFCB8
Black with #BBFCB8
Text Example
Text Example
White with #BBFCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCB8; }
p { color: rgb(187,252,184); }
H1.HeaderClassName
{
color: #BBFCB8;
}
.AnyTagClassName
{
color: #BBFCB8;
}
</style>
background-color css
<style>
a { background-color: #BBFCB8; }
a { background-color: rgb(187,252,184); }
div.DivClassName
{
background-color: #BBFCB8;
}
.BgClassName
{
background-color: #BBFCB8;
}
</style>
border-color css
<style>
span { border-color: #BBFCB8; }
span { border-color: rgb(187,252,184); }
td.TdClassName
{
border-color: #BBFCB8;
}
.TagClassName
{
border-color: #BBFCB8;
}
</style>