Shades of Fringy Flower #BBFFC0
Tints of Fringy Flower #BBFFC0
RGB
CMYK
RGB Variations
Color information
#BBFFC0 (or 0xBBFFC0) is known color: Fringy Flower. HEX triplet: BB, FF and C0. RGB value is (187,255,192). Sum of RGB (Red+Green+Blue) = 187+255+192=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFC0 is #44003F. Grayscale: #E3E3E3. Windows color (decimal): -4456512 or 12648379. OLE color: 12648379.
HSL color Cylindrical-coordinate representation of color #BBFFC0: hue angle of 124.41º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFC0 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 192 | - |
| CMYK | 0.27 | 0 | 0.25 | 0 |
| HSL | 124.41º | 1% | 0.87% | - |
| HSV(B) | 124.41º | 0.27% | 1% | - |
| XYZ | 65.77 | 85.89 | 62.98 | - |
| YUV | 227.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 192 | 0.27 | 0 | 0.25 | 0 | 124.41 | 1 | 0.87 |
| Hex | BB | FF | C0 | 1B | 0 | 19 | 0 | 7C | 64 | 57 |
| Octal | 273 | 377 | 300 | 33 | 0 | 31 | 0 | 174 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11000000 | 11011 | 0 | 11001 | 0 | 1111100 | 1100100 | 1010111 |
Color Harmonies of #BBFFC0
Complementary color
Monochromatic Colors of #BBFFC0
Black with #BBFFC0
Text Example
Text Example
White with #BBFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFC0; }
p { color: rgb(187,255,192); }
H1.HeaderClassName
{
color: #BBFFC0;
}
.AnyTagClassName
{
color: #BBFFC0;
}
</style>
background-color css
<style>
a { background-color: #BBFFC0; }
a { background-color: rgb(187,255,192); }
div.DivClassName
{
background-color: #BBFFC0;
}
.BgClassName
{
background-color: #BBFFC0;
}
</style>
border-color css
<style>
span { border-color: #BBFFC0; }
span { border-color: rgb(187,255,192); }
td.TdClassName
{
border-color: #BBFFC0;
}
.TagClassName
{
border-color: #BBFFC0;
}
</style>