Shades of Fringy Flower #B7FDC1
Tints of Fringy Flower #B7FDC1
RGB
CMYK
RGB Variations
Color information
#B7FDC1 (or 0xB7FDC1) is known color: Fringy Flower. HEX triplet: B7, FD and C1. RGB value is (183,253,193). Sum of RGB (Red+Green+Blue) = 183+253+193=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FDC1 is #48023E. Grayscale: #E1E1E1. Windows color (decimal): -4719167 or 12713399. OLE color: 12713399.
HSL color Cylindrical-coordinate representation of color #B7FDC1: hue angle of 128.57º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FDC1 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 253 | 193 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.01 |
| HSL | 128.57º | 0.95% | 0.85% | - |
| HSV(B) | 128.57º | 0.28% | 0.99% | - |
| XYZ | 64.28 | 84.17 | 63.31 | - |
| YUV | 225.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 253 | 193 | 0.28 | 0 | 0.24 | 0.01 | 128.57 | 0.95 | 0.85 |
| Hex | B7 | FD | C1 | 1C | 0 | 18 | 1 | 81 | 5F | 55 |
| Octal | 267 | 375 | 301 | 34 | 0 | 30 | 1 | 201 | 137 | 125 |
| Binary | 10110111 | 11111101 | 11000001 | 11100 | 0 | 11000 | 1 | 10000001 | 1011111 | 1010101 |
Color Harmonies of #B7FDC1
Complementary color
Monochromatic Colors of #B7FDC1
Black with #B7FDC1
Text Example
Text Example
White with #B7FDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FDC1; }
p { color: rgb(183,253,193); }
H1.HeaderClassName
{
color: #B7FDC1;
}
.AnyTagClassName
{
color: #B7FDC1;
}
</style>
background-color css
<style>
a { background-color: #B7FDC1; }
a { background-color: rgb(183,253,193); }
div.DivClassName
{
background-color: #B7FDC1;
}
.BgClassName
{
background-color: #B7FDC1;
}
</style>
border-color css
<style>
span { border-color: #B7FDC1; }
span { border-color: rgb(183,253,193); }
td.TdClassName
{
border-color: #B7FDC1;
}
.TagClassName
{
border-color: #B7FDC1;
}
</style>