Shades of Fringy Flower #B7DFC1
Tints of Fringy Flower #B7DFC1
RGB
CMYK
RGB Variations
Color information
#B7DFC1 (or 0xB7DFC1) is known color: Fringy Flower. HEX triplet: B7, DF and C1. RGB value is (183,223,193). Sum of RGB (Red+Green+Blue) = 183+223+193=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFC1 is #48203E. Grayscale: #CFCFCF. Windows color (decimal): -4726847 or 12705719. OLE color: 12705719.
HSL color Cylindrical-coordinate representation of color #B7DFC1: hue angle of 135º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFC1 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 193 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.13 |
| HSL | 135º | 0.38% | 0.8% | - |
| HSV(B) | 135º | 0.18% | 0.87% | - |
| XYZ | 55.54 | 66.69 | 60.4 | - |
| YUV | 207.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 193 | 0.18 | 0 | 0.13 | 0.13 | 135 | 0.38 | 0.8 |
| Hex | B7 | DF | C1 | 12 | 0 | D | D | 87 | 26 | 50 |
| Octal | 267 | 337 | 301 | 22 | 0 | 15 | 15 | 207 | 46 | 120 |
| Binary | 10110111 | 11011111 | 11000001 | 10010 | 0 | 1101 | 1101 | 10000111 | 100110 | 1010000 |
Color Harmonies of #B7DFC1
Complementary color
Monochromatic Colors of #B7DFC1
Black with #B7DFC1
Text Example
Text Example
White with #B7DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DFC1; }
p { color: rgb(183,223,193); }
H1.HeaderClassName
{
color: #B7DFC1;
}
.AnyTagClassName
{
color: #B7DFC1;
}
</style>
background-color css
<style>
a { background-color: #B7DFC1; }
a { background-color: rgb(183,223,193); }
div.DivClassName
{
background-color: #B7DFC1;
}
.BgClassName
{
background-color: #B7DFC1;
}
</style>
border-color css
<style>
span { border-color: #B7DFC1; }
span { border-color: rgb(183,223,193); }
td.TdClassName
{
border-color: #B7DFC1;
}
.TagClassName
{
border-color: #B7DFC1;
}
</style>