Shades of Fringy Flower #B8FABD
Tints of Fringy Flower #B8FABD
RGB
CMYK
RGB Variations
Color information
#B8FABD (or 0xB8FABD) is known color: Fringy Flower. HEX triplet: B8, FA and BD. RGB value is (184,250,189). Sum of RGB (Red+Green+Blue) = 184+250+189=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FABD is #470542. Grayscale: #DFDFDF. Windows color (decimal): -4654403 or 12450488. OLE color: 12450488.
HSL color Cylindrical-coordinate representation of color #B8FABD: hue angle of 124.55º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8FABD is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 189 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.02 |
| HSL | 124.55º | 0.87% | 0.85% | - |
| HSV(B) | 124.55º | 0.26% | 0.98% | - |
| XYZ | 63.14 | 82.24 | 60.69 | - |
| YUV | 223.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 189 | 0.26 | 0 | 0.24 | 0.02 | 124.55 | 0.87 | 0.85 |
| Hex | B8 | FA | BD | 1A | 0 | 18 | 2 | 7D | 57 | 55 |
| Octal | 270 | 372 | 275 | 32 | 0 | 30 | 2 | 175 | 127 | 125 |
| Binary | 10111000 | 11111010 | 10111101 | 11010 | 0 | 11000 | 10 | 1111101 | 1010111 | 1010101 |
Color Harmonies of #B8FABD
Complementary color
Monochromatic Colors of #B8FABD
Black with #B8FABD
Text Example
Text Example
White with #B8FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FABD; }
p { color: rgb(184,250,189); }
H1.HeaderClassName
{
color: #B8FABD;
}
.AnyTagClassName
{
color: #B8FABD;
}
</style>
background-color css
<style>
a { background-color: #B8FABD; }
a { background-color: rgb(184,250,189); }
div.DivClassName
{
background-color: #B8FABD;
}
.BgClassName
{
background-color: #B8FABD;
}
</style>
border-color css
<style>
span { border-color: #B8FABD; }
span { border-color: rgb(184,250,189); }
td.TdClassName
{
border-color: #B8FABD;
}
.TagClassName
{
border-color: #B8FABD;
}
</style>