Shades of Fringy Flower #B8DFC1
Tints of Fringy Flower #B8DFC1
RGB
CMYK
RGB Variations
Color information
#B8DFC1 (or 0xB8DFC1) is known color: Fringy Flower. HEX triplet: B8, DF and C1. RGB value is (184,223,193). Sum of RGB (Red+Green+Blue) = 184+223+193=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFC1 is #47203E. Grayscale: #CFCFCF. Windows color (decimal): -4661311 or 12705720. OLE color: 12705720.
HSL color Cylindrical-coordinate representation of color #B8DFC1: hue angle of 133.85º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFC1 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 193 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.13 |
| HSL | 133.85º | 0.38% | 0.8% | - |
| HSV(B) | 133.85º | 0.17% | 0.87% | - |
| XYZ | 55.78 | 66.82 | 60.41 | - |
| YUV | 207.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 193 | 0.17 | 0 | 0.13 | 0.13 | 133.85 | 0.38 | 0.8 |
| Hex | B8 | DF | C1 | 11 | 0 | D | D | 86 | 26 | 50 |
| Octal | 270 | 337 | 301 | 21 | 0 | 15 | 15 | 206 | 46 | 120 |
| Binary | 10111000 | 11011111 | 11000001 | 10001 | 0 | 1101 | 1101 | 10000110 | 100110 | 1010000 |
Color Harmonies of #B8DFC1
Complementary color
Monochromatic Colors of #B8DFC1
Black with #B8DFC1
Text Example
Text Example
White with #B8DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFC1; }
p { color: rgb(184,223,193); }
H1.HeaderClassName
{
color: #B8DFC1;
}
.AnyTagClassName
{
color: #B8DFC1;
}
</style>
background-color css
<style>
a { background-color: #B8DFC1; }
a { background-color: rgb(184,223,193); }
div.DivClassName
{
background-color: #B8DFC1;
}
.BgClassName
{
background-color: #B8DFC1;
}
</style>
border-color css
<style>
span { border-color: #B8DFC1; }
span { border-color: rgb(184,223,193); }
td.TdClassName
{
border-color: #B8DFC1;
}
.TagClassName
{
border-color: #B8DFC1;
}
</style>