Shades of Fringy Flower #B7FAC0
Tints of Fringy Flower #B7FAC0
RGB
CMYK
RGB Variations
Color information
#B7FAC0 (or 0xB7FAC0) is known color: Fringy Flower. HEX triplet: B7, FA and C0. RGB value is (183,250,192). Sum of RGB (Red+Green+Blue) = 183+250+192=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FAC0 is #48053F. Grayscale: #DFDFDF. Windows color (decimal): -4719936 or 12647095. OLE color: 12647095.
HSL color Cylindrical-coordinate representation of color #B7FAC0: hue angle of 128.06º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FAC0 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 250 | 192 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.02 |
| HSL | 128.06º | 0.87% | 0.85% | - |
| HSV(B) | 128.06º | 0.27% | 0.98% | - |
| XYZ | 63.23 | 82.24 | 62.41 | - |
| YUV | 223.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 250 | 192 | 0.27 | 0 | 0.23 | 0.02 | 128.06 | 0.87 | 0.85 |
| Hex | B7 | FA | C0 | 1B | 0 | 17 | 2 | 80 | 57 | 55 |
| Octal | 267 | 372 | 300 | 33 | 0 | 27 | 2 | 200 | 127 | 125 |
| Binary | 10110111 | 11111010 | 11000000 | 11011 | 0 | 10111 | 10 | 10000000 | 1010111 | 1010101 |
Color Harmonies of #B7FAC0
Complementary color
Monochromatic Colors of #B7FAC0
Black with #B7FAC0
Text Example
Text Example
White with #B7FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FAC0; }
p { color: rgb(183,250,192); }
H1.HeaderClassName
{
color: #B7FAC0;
}
.AnyTagClassName
{
color: #B7FAC0;
}
</style>
background-color css
<style>
a { background-color: #B7FAC0; }
a { background-color: rgb(183,250,192); }
div.DivClassName
{
background-color: #B7FAC0;
}
.BgClassName
{
background-color: #B7FAC0;
}
</style>
border-color css
<style>
span { border-color: #B7FAC0; }
span { border-color: rgb(183,250,192); }
td.TdClassName
{
border-color: #B7FAC0;
}
.TagClassName
{
border-color: #B7FAC0;
}
</style>