Shades of Fringy Flower #BBFABD
Tints of Fringy Flower #BBFABD
RGB
CMYK
RGB Variations
Color information
#BBFABD (or 0xBBFABD) is known color: Fringy Flower. HEX triplet: BB, FA and BD. RGB value is (187,250,189). Sum of RGB (Red+Green+Blue) = 187+250+189=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFABD is #440542. Grayscale: #E0E0E0. Windows color (decimal): -4457795 or 12450491. OLE color: 12450491.
HSL color Cylindrical-coordinate representation of color #BBFABD: hue angle of 121.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFABD is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 189 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.02 |
| HSL | 121.9º | 0.86% | 0.86% | - |
| HSV(B) | 121.9º | 0.25% | 0.98% | - |
| XYZ | 63.86 | 82.61 | 60.72 | - |
| YUV | 224.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 189 | 0.25 | 0 | 0.24 | 0.02 | 121.9 | 0.86 | 0.86 |
| Hex | BB | FA | BD | 19 | 0 | 18 | 2 | 7A | 56 | 56 |
| Octal | 273 | 372 | 275 | 31 | 0 | 30 | 2 | 172 | 126 | 126 |
| Binary | 10111011 | 11111010 | 10111101 | 11001 | 0 | 11000 | 10 | 1111010 | 1010110 | 1010110 |
Color Harmonies of #BBFABD
Complementary color
Monochromatic Colors of #BBFABD
Black with #BBFABD
Text Example
Text Example
White with #BBFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFABD; }
p { color: rgb(187,250,189); }
H1.HeaderClassName
{
color: #BBFABD;
}
.AnyTagClassName
{
color: #BBFABD;
}
</style>
background-color css
<style>
a { background-color: #BBFABD; }
a { background-color: rgb(187,250,189); }
div.DivClassName
{
background-color: #BBFABD;
}
.BgClassName
{
background-color: #BBFABD;
}
</style>
border-color css
<style>
span { border-color: #BBFABD; }
span { border-color: rgb(187,250,189); }
td.TdClassName
{
border-color: #BBFABD;
}
.TagClassName
{
border-color: #BBFABD;
}
</style>