Shades of Fringy Flower #BBFDBF
Tints of Fringy Flower #BBFDBF
RGB
CMYK
RGB Variations
Color information
#BBFDBF (or 0xBBFDBF) is known color: Fringy Flower. HEX triplet: BB, FD and BF. RGB value is (187,253,191). Sum of RGB (Red+Green+Blue) = 187+253+191=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDBF is #440240. Grayscale: #E2E2E2. Windows color (decimal): -4457025 or 12582331. OLE color: 12582331.
HSL color Cylindrical-coordinate representation of color #BBFDBF: hue angle of 123.64º 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 #BBFDBF is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 191 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.01 |
| HSL | 123.64º | 0.94% | 0.86% | - |
| HSV(B) | 123.64º | 0.26% | 0.99% | - |
| XYZ | 65.02 | 84.58 | 62.19 | - |
| YUV | 226.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 191 | 0.26 | 0 | 0.25 | 0.01 | 123.64 | 0.94 | 0.86 |
| Hex | BB | FD | BF | 1A | 0 | 19 | 1 | 7C | 5E | 56 |
| Octal | 273 | 375 | 277 | 32 | 0 | 31 | 1 | 174 | 136 | 126 |
| Binary | 10111011 | 11111101 | 10111111 | 11010 | 0 | 11001 | 1 | 1111100 | 1011110 | 1010110 |
Color Harmonies of #BBFDBF
Complementary color
Monochromatic Colors of #BBFDBF
Black with #BBFDBF
Text Example
Text Example
White with #BBFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDBF; }
p { color: rgb(187,253,191); }
H1.HeaderClassName
{
color: #BBFDBF;
}
.AnyTagClassName
{
color: #BBFDBF;
}
</style>
background-color css
<style>
a { background-color: #BBFDBF; }
a { background-color: rgb(187,253,191); }
div.DivClassName
{
background-color: #BBFDBF;
}
.BgClassName
{
background-color: #BBFDBF;
}
</style>
border-color css
<style>
span { border-color: #BBFDBF; }
span { border-color: rgb(187,253,191); }
td.TdClassName
{
border-color: #BBFDBF;
}
.TagClassName
{
border-color: #BBFDBF;
}
</style>