Shades of Fringy Flower #B8FFBD
Tints of Fringy Flower #B8FFBD
RGB
CMYK
RGB Variations
Color information
#B8FFBD (or 0xB8FFBD) is known color: Fringy Flower. HEX triplet: B8, FF and BD. RGB value is (184,255,189). Sum of RGB (Red+Green+Blue) = 184+255+189=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFBD is #470042. Grayscale: #E2E2E2. Windows color (decimal): -4653123 or 12451768. OLE color: 12451768.
HSL color Cylindrical-coordinate representation of color #B8FFBD: hue angle of 124.23º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFBD is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 189 | - |
| CMYK | 0.28 | 0 | 0.26 | 0 |
| HSL | 124.23º | 1% | 0.86% | - |
| HSV(B) | 124.23º | 0.28% | 1% | - |
| XYZ | 64.71 | 85.38 | 61.21 | - |
| YUV | 226.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 189 | 0.28 | 0 | 0.26 | 0 | 124.23 | 1 | 0.86 |
| Hex | B8 | FF | BD | 1C | 0 | 1A | 0 | 7C | 64 | 56 |
| Octal | 270 | 377 | 275 | 34 | 0 | 32 | 0 | 174 | 144 | 126 |
| Binary | 10111000 | 11111111 | 10111101 | 11100 | 0 | 11010 | 0 | 1111100 | 1100100 | 1010110 |
Color Harmonies of #B8FFBD
Complementary color
Monochromatic Colors of #B8FFBD
Black with #B8FFBD
Text Example
Text Example
White with #B8FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFBD; }
p { color: rgb(184,255,189); }
H1.HeaderClassName
{
color: #B8FFBD;
}
.AnyTagClassName
{
color: #B8FFBD;
}
</style>
background-color css
<style>
a { background-color: #B8FFBD; }
a { background-color: rgb(184,255,189); }
div.DivClassName
{
background-color: #B8FFBD;
}
.BgClassName
{
background-color: #B8FFBD;
}
</style>
border-color css
<style>
span { border-color: #B8FFBD; }
span { border-color: rgb(184,255,189); }
td.TdClassName
{
border-color: #B8FFBD;
}
.TagClassName
{
border-color: #B8FFBD;
}
</style>