Shades of Fringy Flower #B8F2BD
Tints of Fringy Flower #B8F2BD
RGB
CMYK
RGB Variations
Color information
#B8F2BD (or 0xB8F2BD) is known color: Fringy Flower. HEX triplet: B8, F2 and BD. RGB value is (184,242,189). Sum of RGB (Red+Green+Blue) = 184+242+189=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2BD is #470D42. Grayscale: #DADADA. Windows color (decimal): -4656451 or 12448440. OLE color: 12448440.
HSL color Cylindrical-coordinate representation of color #B8F2BD: hue angle of 125.17º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2BD is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 189 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.05 |
| HSL | 125.17º | 0.69% | 0.84% | - |
| HSV(B) | 125.17º | 0.24% | 0.95% | - |
| XYZ | 60.7 | 77.37 | 59.88 | - |
| YUV | 218.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 189 | 0.24 | 0 | 0.22 | 0.05 | 125.17 | 0.69 | 0.84 |
| Hex | B8 | F2 | BD | 18 | 0 | 16 | 5 | 7D | 45 | 54 |
| Octal | 270 | 362 | 275 | 30 | 0 | 26 | 5 | 175 | 105 | 124 |
| Binary | 10111000 | 11110010 | 10111101 | 11000 | 0 | 10110 | 101 | 1111101 | 1000101 | 1010100 |
Color Harmonies of #B8F2BD
Complementary color
Monochromatic Colors of #B8F2BD
Black with #B8F2BD
Text Example
Text Example
White with #B8F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2BD; }
p { color: rgb(184,242,189); }
H1.HeaderClassName
{
color: #B8F2BD;
}
.AnyTagClassName
{
color: #B8F2BD;
}
</style>
background-color css
<style>
a { background-color: #B8F2BD; }
a { background-color: rgb(184,242,189); }
div.DivClassName
{
background-color: #B8F2BD;
}
.BgClassName
{
background-color: #B8F2BD;
}
</style>
border-color css
<style>
span { border-color: #B8F2BD; }
span { border-color: rgb(184,242,189); }
td.TdClassName
{
border-color: #B8F2BD;
}
.TagClassName
{
border-color: #B8F2BD;
}
</style>