Shades of Fringy Flower #B7FABB
Tints of Fringy Flower #B7FABB
RGB
CMYK
RGB Variations
Color information
#B7FABB (or 0xB7FABB) is known color: Fringy Flower. HEX triplet: B7, FA and BB. RGB value is (183,250,187). Sum of RGB (Red+Green+Blue) = 183+250+187=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FABB is #480544. Grayscale: #DEDEDE. Windows color (decimal): -4719941 or 12319415. OLE color: 12319415.
HSL color Cylindrical-coordinate representation of color #B7FABB: hue angle of 123.58º 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 #B7FABB is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
RGB | 183 | 250 | 187 | - |
CMYK | 0.27 | 0 | 0.25 | 0.02 |
HSL | 123.58º | 0.87% | 0.85% | - |
HSV(B) | 123.58º | 0.27% | 0.98% | - |
XYZ | 62.68 | 82.03 | 59.54 | - |
YUV | 222.79 | 107.8 | 99.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 250 | 187 | 0.27 | 0 | 0.25 | 0.02 | 123.58 | 0.87 | 0.85 |
Hex | B7 | FA | BB | 1B | 0 | 19 | 2 | 7C | 57 | 55 |
Octal | 267 | 372 | 273 | 33 | 0 | 31 | 2 | 174 | 127 | 125 |
Binary | 10110111 | 11111010 | 10111011 | 11011 | 0 | 11001 | 10 | 1111100 | 1010111 | 1010101 |
Color Harmonies of #B7FABB
Complementary color
Monochromatic Colors of #B7FABB
Black with #B7FABB
Text Example
Text Example
White with #B7FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FABB; }
p { color: rgb(183,250,187); }
H1.HeaderClassName
{
color: #B7FABB;
}
.AnyTagClassName
{
color: #B7FABB;
}
</style>
background-color css
<style>
a { background-color: #B7FABB; }
a { background-color: rgb(183,250,187); }
div.DivClassName
{
background-color: #B7FABB;
}
.BgClassName
{
background-color: #B7FABB;
}
</style>
border-color css
<style>
span { border-color: #B7FABB; }
span { border-color: rgb(183,250,187); }
td.TdClassName
{
border-color: #B7FABB;
}
.TagClassName
{
border-color: #B7FABB;
}
</style>