Shades of Fringy Flower #B8F4BD
Tints of Fringy Flower #B8F4BD
RGB
CMYK
RGB Variations
Color information
#B8F4BD (or 0xB8F4BD) is known color: Fringy Flower. HEX triplet: B8, F4 and BD. RGB value is (184,244,189). Sum of RGB (Red+Green+Blue) = 184+244+189=617 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.82% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F4BD is #470B42. Grayscale: #DBDBDB. Windows color (decimal): -4655939 or 12448952. OLE color: 12448952.
HSL color Cylindrical-coordinate representation of color #B8F4BD: hue angle of 125º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8F4BD is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 189 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.04 |
| HSL | 125º | 0.73% | 0.84% | - |
| HSV(B) | 125º | 0.25% | 0.96% | - |
| XYZ | 61.3 | 78.57 | 60.08 | - |
| YUV | 219.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 189 | 0.25 | 0 | 0.23 | 0.04 | 125 | 0.73 | 0.84 |
| Hex | B8 | F4 | BD | 19 | 0 | 17 | 4 | 7D | 49 | 54 |
| Octal | 270 | 364 | 275 | 31 | 0 | 27 | 4 | 175 | 111 | 124 |
| Binary | 10111000 | 11110100 | 10111101 | 11001 | 0 | 10111 | 100 | 1111101 | 1001001 | 1010100 |
Color Harmonies of #B8F4BD
Complementary color
Monochromatic Colors of #B8F4BD
Black with #B8F4BD
Text Example
Text Example
White with #B8F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F4BD; }
p { color: rgb(184,244,189); }
H1.HeaderClassName
{
color: #B8F4BD;
}
.AnyTagClassName
{
color: #B8F4BD;
}
</style>
background-color css
<style>
a { background-color: #B8F4BD; }
a { background-color: rgb(184,244,189); }
div.DivClassName
{
background-color: #B8F4BD;
}
.BgClassName
{
background-color: #B8F4BD;
}
</style>
border-color css
<style>
span { border-color: #B8F4BD; }
span { border-color: rgb(184,244,189); }
td.TdClassName
{
border-color: #B8F4BD;
}
.TagClassName
{
border-color: #B8F4BD;
}
</style>