Shades of Fringy Flower #B8FDB8
Tints of Fringy Flower #B8FDB8
RGB
CMYK
RGB Variations
Color information
#B8FDB8 (or 0xB8FDB8) is known color: Fringy Flower. HEX triplet: B8, FD and B8. RGB value is (184,253,184). Sum of RGB (Red+Green+Blue) = 184+253+184=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDB8 is #470247. Grayscale: #E0E0E0. Windows color (decimal): -4653640 or 12123576. OLE color: 12123576.
HSL color Cylindrical-coordinate representation of color #B8FDB8: hue angle of 120º 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 #B8FDB8 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 184 | 253 | 184 | - |
CMYK | 0.27 | 0 | 0.27 | 0.01 |
HSL | 120º | 0.95% | 0.86% | - |
HSV(B) | 120º | 0.27% | 0.99% | - |
XYZ | 63.54 | 83.9 | 58.19 | - |
YUV | 224.5 | 105.14 | 99.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 253 | 184 | 0.27 | 0 | 0.27 | 0.01 | 120 | 0.95 | 0.86 |
Hex | B8 | FD | B8 | 1B | 0 | 1B | 1 | 78 | 5F | 56 |
Octal | 270 | 375 | 270 | 33 | 0 | 33 | 1 | 170 | 137 | 126 |
Binary | 10111000 | 11111101 | 10111000 | 11011 | 0 | 11011 | 1 | 1111000 | 1011111 | 1010110 |
Color Harmonies of #B8FDB8
Complementary color
Monochromatic Colors of #B8FDB8
Black with #B8FDB8
Text Example
Text Example
White with #B8FDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDB8; }
p { color: rgb(184,253,184); }
H1.HeaderClassName
{
color: #B8FDB8;
}
.AnyTagClassName
{
color: #B8FDB8;
}
</style>
background-color css
<style>
a { background-color: #B8FDB8; }
a { background-color: rgb(184,253,184); }
div.DivClassName
{
background-color: #B8FDB8;
}
.BgClassName
{
background-color: #B8FDB8;
}
</style>
border-color css
<style>
span { border-color: #B8FDB8; }
span { border-color: rgb(184,253,184); }
td.TdClassName
{
border-color: #B8FDB8;
}
.TagClassName
{
border-color: #B8FDB8;
}
</style>