Shades of Fringy Flower #B7DEBF
Tints of Fringy Flower #B7DEBF
RGB
CMYK
RGB Variations
Color information
#B7DEBF (or 0xB7DEBF) is known color: Fringy Flower. HEX triplet: B7, DE and BF. RGB value is (183,222,191). Sum of RGB (Red+Green+Blue) = 183+222+191=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DEBF is #482140. Grayscale: #CECECE. Windows color (decimal): -4727105 or 12574391. OLE color: 12574391.
HSL color Cylindrical-coordinate representation of color #B7DEBF: hue angle of 132.31º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DEBF is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 222 | 191 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.13 |
| HSL | 132.31º | 0.37% | 0.79% | - |
| HSV(B) | 132.31º | 0.18% | 0.87% | - |
| XYZ | 55.05 | 66.07 | 59.14 | - |
| YUV | 206.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 191 | 0.18 | 0 | 0.14 | 0.13 | 132.31 | 0.37 | 0.79 |
| Hex | B7 | DE | BF | 12 | 0 | E | D | 84 | 25 | 4F |
| Octal | 267 | 336 | 277 | 22 | 0 | 16 | 15 | 204 | 45 | 117 |
| Binary | 10110111 | 11011110 | 10111111 | 10010 | 0 | 1110 | 1101 | 10000100 | 100101 | 1001111 |
Color Harmonies of #B7DEBF
Complementary color
Monochromatic Colors of #B7DEBF
Black with #B7DEBF
Text Example
Text Example
White with #B7DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DEBF; }
p { color: rgb(183,222,191); }
H1.HeaderClassName
{
color: #B7DEBF;
}
.AnyTagClassName
{
color: #B7DEBF;
}
</style>
background-color css
<style>
a { background-color: #B7DEBF; }
a { background-color: rgb(183,222,191); }
div.DivClassName
{
background-color: #B7DEBF;
}
.BgClassName
{
background-color: #B7DEBF;
}
</style>
border-color css
<style>
span { border-color: #B7DEBF; }
span { border-color: rgb(183,222,191); }
td.TdClassName
{
border-color: #B7DEBF;
}
.TagClassName
{
border-color: #B7DEBF;
}
</style>