Shades of Fringy Flower #BBFDC0
Tints of Fringy Flower #BBFDC0
RGB
CMYK
RGB Variations
Color information
#BBFDC0 (or 0xBBFDC0) is known color: Fringy Flower. HEX triplet: BB, FD and C0. RGB value is (187,253,192). Sum of RGB (Red+Green+Blue) = 187+253+192=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDC0 is #44023F. Grayscale: #E2E2E2. Windows color (decimal): -4457024 or 12647867. OLE color: 12647867.
HSL color Cylindrical-coordinate representation of color #BBFDC0: hue angle of 124.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDC0 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 192 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.01 |
| HSL | 124.55º | 0.94% | 0.86% | - |
| HSV(B) | 124.55º | 0.26% | 0.99% | - |
| XYZ | 65.13 | 84.62 | 62.77 | - |
| YUV | 226.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 192 | 0.26 | 0 | 0.24 | 0.01 | 124.55 | 0.94 | 0.86 |
| Hex | BB | FD | C0 | 1A | 0 | 18 | 1 | 7D | 5E | 56 |
| Octal | 273 | 375 | 300 | 32 | 0 | 30 | 1 | 175 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11000000 | 11010 | 0 | 11000 | 1 | 1111101 | 1011110 | 1010110 |
Color Harmonies of #BBFDC0
Complementary color
Monochromatic Colors of #BBFDC0
Black with #BBFDC0
Text Example
Text Example
White with #BBFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDC0; }
p { color: rgb(187,253,192); }
H1.HeaderClassName
{
color: #BBFDC0;
}
.AnyTagClassName
{
color: #BBFDC0;
}
</style>
background-color css
<style>
a { background-color: #BBFDC0; }
a { background-color: rgb(187,253,192); }
div.DivClassName
{
background-color: #BBFDC0;
}
.BgClassName
{
background-color: #BBFDC0;
}
</style>
border-color css
<style>
span { border-color: #BBFDC0; }
span { border-color: rgb(187,253,192); }
td.TdClassName
{
border-color: #BBFDC0;
}
.TagClassName
{
border-color: #BBFDC0;
}
</style>