Shades of Fringy Flower #B8FDB9
Tints of Fringy Flower #B8FDB9
RGB
CMYK
RGB Variations
Color information
#B8FDB9 (or 0xB8FDB9) is known color: Fringy Flower. HEX triplet: B8, FD and B9. RGB value is (184,253,185). Sum of RGB (Red+Green+Blue) = 184+253+185=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDB9 is #470246. Grayscale: #E0E0E0. Windows color (decimal): -4653639 or 12189112. OLE color: 12189112.
HSL color Cylindrical-coordinate representation of color #B8FDB9: hue angle of 120.87º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FDB9 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 184 | 253 | 185 | - |
CMYK | 0.27 | 0 | 0.27 | 0.01 |
HSL | 120.87º | 0.95% | 0.86% | - |
HSV(B) | 120.87º | 0.27% | 0.99% | - |
XYZ | 63.65 | 83.94 | 58.75 | - |
YUV | 224.62 | 105.64 | 99.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 253 | 185 | 0.27 | 0 | 0.27 | 0.01 | 120.87 | 0.95 | 0.86 |
Hex | B8 | FD | B9 | 1B | 0 | 1B | 1 | 79 | 5F | 56 |
Octal | 270 | 375 | 271 | 33 | 0 | 33 | 1 | 171 | 137 | 126 |
Binary | 10111000 | 11111101 | 10111001 | 11011 | 0 | 11011 | 1 | 1111001 | 1011111 | 1010110 |
Color Harmonies of #B8FDB9
Complementary color
Monochromatic Colors of #B8FDB9
Black with #B8FDB9
Text Example
Text Example
White with #B8FDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDB9; }
p { color: rgb(184,253,185); }
H1.HeaderClassName
{
color: #B8FDB9;
}
.AnyTagClassName
{
color: #B8FDB9;
}
</style>
background-color css
<style>
a { background-color: #B8FDB9; }
a { background-color: rgb(184,253,185); }
div.DivClassName
{
background-color: #B8FDB9;
}
.BgClassName
{
background-color: #B8FDB9;
}
</style>
border-color css
<style>
span { border-color: #B8FDB9; }
span { border-color: rgb(184,253,185); }
td.TdClassName
{
border-color: #B8FDB9;
}
.TagClassName
{
border-color: #B8FDB9;
}
</style>