Shades of Fringy Flower #B0DFC0
Tints of Fringy Flower #B0DFC0
RGB
CMYK
RGB Variations
Color information
#B0DFC0 (or 0xB0DFC0) is known color: Fringy Flower. HEX triplet: B0, DF and C0. RGB value is (176,223,192). Sum of RGB (Red+Green+Blue) = 176+223+192=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFC0 is #4F203F. Grayscale: #CDCDCD. Windows color (decimal): -5185600 or 12640176. OLE color: 12640176.
HSL color Cylindrical-coordinate representation of color #B0DFC0: hue angle of 140.43º 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 #B0DFC0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 192 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.13 |
| HSL | 140.43º | 0.42% | 0.78% | - |
| HSV(B) | 140.43º | 0.21% | 0.87% | - |
| XYZ | 53.81 | 65.81 | 59.74 | - |
| YUV | 205.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 192 | 0.21 | 0 | 0.14 | 0.13 | 140.43 | 0.42 | 0.78 |
| Hex | B0 | DF | C0 | 15 | 0 | E | D | 8C | 2A | 4E |
| Octal | 260 | 337 | 300 | 25 | 0 | 16 | 15 | 214 | 52 | 116 |
| Binary | 10110000 | 11011111 | 11000000 | 10101 | 0 | 1110 | 1101 | 10001100 | 101010 | 1001110 |
Color Harmonies of #B0DFC0
Complementary color
Monochromatic Colors of #B0DFC0
Black with #B0DFC0
Text Example
Text Example
White with #B0DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFC0; }
p { color: rgb(176,223,192); }
H1.HeaderClassName
{
color: #B0DFC0;
}
.AnyTagClassName
{
color: #B0DFC0;
}
</style>
background-color css
<style>
a { background-color: #B0DFC0; }
a { background-color: rgb(176,223,192); }
div.DivClassName
{
background-color: #B0DFC0;
}
.BgClassName
{
background-color: #B0DFC0;
}
</style>
border-color css
<style>
span { border-color: #B0DFC0; }
span { border-color: rgb(176,223,192); }
td.TdClassName
{
border-color: #B0DFC0;
}
.TagClassName
{
border-color: #B0DFC0;
}
</style>