Shades of Fringy Flower #B0DFB7
Tints of Fringy Flower #B0DFB7
RGB
CMYK
RGB Variations
Color information
#B0DFB7 (or 0xB0DFB7) is known color: Fringy Flower. HEX triplet: B0, DF and B7. RGB value is (176,223,183). Sum of RGB (Red+Green+Blue) = 176+223+183=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFB7 is #4F2048. Grayscale: #CCCCCC. Windows color (decimal): -5185609 or 12050352. OLE color: 12050352.
HSL color Cylindrical-coordinate representation of color #B0DFB7: hue angle of 128.94º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DFB7 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 183 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.13 |
| HSL | 128.94º | 0.42% | 0.78% | - |
| HSV(B) | 128.94º | 0.21% | 0.87% | - |
| XYZ | 52.84 | 65.42 | 54.64 | - |
| YUV | 204.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 183 | 0.21 | 0 | 0.18 | 0.13 | 128.94 | 0.42 | 0.78 |
| Hex | B0 | DF | B7 | 15 | 0 | 12 | D | 81 | 2A | 4E |
| Octal | 260 | 337 | 267 | 25 | 0 | 22 | 15 | 201 | 52 | 116 |
| Binary | 10110000 | 11011111 | 10110111 | 10101 | 0 | 10010 | 1101 | 10000001 | 101010 | 1001110 |
Color Harmonies of #B0DFB7
Complementary color
Monochromatic Colors of #B0DFB7
Black with #B0DFB7
Text Example
Text Example
White with #B0DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFB7; }
p { color: rgb(176,223,183); }
H1.HeaderClassName
{
color: #B0DFB7;
}
.AnyTagClassName
{
color: #B0DFB7;
}
</style>
background-color css
<style>
a { background-color: #B0DFB7; }
a { background-color: rgb(176,223,183); }
div.DivClassName
{
background-color: #B0DFB7;
}
.BgClassName
{
background-color: #B0DFB7;
}
</style>
border-color css
<style>
span { border-color: #B0DFB7; }
span { border-color: rgb(176,223,183); }
td.TdClassName
{
border-color: #B0DFB7;
}
.TagClassName
{
border-color: #B0DFB7;
}
</style>