Shades of Fringy Flower #B7FFBD
Tints of Fringy Flower #B7FFBD
RGB
CMYK
RGB Variations
Color information
#B7FFBD (or 0xB7FFBD) is known color: Fringy Flower. HEX triplet: B7, FF and BD. RGB value is (183,255,189). Sum of RGB (Red+Green+Blue) = 183+255+189=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFBD is #480042. Grayscale: #E2E2E2. Windows color (decimal): -4718659 or 12451767. OLE color: 12451767.
HSL color Cylindrical-coordinate representation of color #B7FFBD: hue angle of 125º 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 #B7FFBD is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 189 | - |
| CMYK | 0.28 | 0 | 0.26 | 0 |
| HSL | 125º | 1% | 0.86% | - |
| HSV(B) | 125º | 0.28% | 1% | - |
| XYZ | 64.47 | 85.26 | 61.2 | - |
| YUV | 225.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 189 | 0.28 | 0 | 0.26 | 0 | 125 | 1 | 0.86 |
| Hex | B7 | FF | BD | 1C | 0 | 1A | 0 | 7D | 64 | 56 |
| Octal | 267 | 377 | 275 | 34 | 0 | 32 | 0 | 175 | 144 | 126 |
| Binary | 10110111 | 11111111 | 10111101 | 11100 | 0 | 11010 | 0 | 1111101 | 1100100 | 1010110 |
Color Harmonies of #B7FFBD
Complementary color
Monochromatic Colors of #B7FFBD
Black with #B7FFBD
Text Example
Text Example
White with #B7FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFBD; }
p { color: rgb(183,255,189); }
H1.HeaderClassName
{
color: #B7FFBD;
}
.AnyTagClassName
{
color: #B7FFBD;
}
</style>
background-color css
<style>
a { background-color: #B7FFBD; }
a { background-color: rgb(183,255,189); }
div.DivClassName
{
background-color: #B7FFBD;
}
.BgClassName
{
background-color: #B7FFBD;
}
</style>
border-color css
<style>
span { border-color: #B7FFBD; }
span { border-color: rgb(183,255,189); }
td.TdClassName
{
border-color: #B7FFBD;
}
.TagClassName
{
border-color: #B7FFBD;
}
</style>