Shades of Fringy Flower #B8DDC1
Tints of Fringy Flower #B8DDC1
RGB
CMYK
RGB Variations
Color information
#B8DDC1 (or 0xB8DDC1) is known color: Fringy Flower. HEX triplet: B8, DD and C1. RGB value is (184,221,193). Sum of RGB (Red+Green+Blue) = 184+221+193=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDC1 is #47223E. Grayscale: #CECECE. Windows color (decimal): -4661823 or 12705208. OLE color: 12705208.
HSL color Cylindrical-coordinate representation of color #B8DDC1: hue angle of 134.59º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DDC1 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 193 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.13 |
| HSL | 134.59º | 0.35% | 0.79% | - |
| HSV(B) | 134.59º | 0.17% | 0.87% | - |
| XYZ | 55.25 | 65.75 | 60.23 | - |
| YUV | 206.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 193 | 0.17 | 0 | 0.13 | 0.13 | 134.59 | 0.35 | 0.79 |
| Hex | B8 | DD | C1 | 11 | 0 | D | D | 87 | 23 | 4F |
| Octal | 270 | 335 | 301 | 21 | 0 | 15 | 15 | 207 | 43 | 117 |
| Binary | 10111000 | 11011101 | 11000001 | 10001 | 0 | 1101 | 1101 | 10000111 | 100011 | 1001111 |
Color Harmonies of #B8DDC1
Complementary color
Monochromatic Colors of #B8DDC1
Black with #B8DDC1
Text Example
Text Example
White with #B8DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDC1; }
p { color: rgb(184,221,193); }
H1.HeaderClassName
{
color: #B8DDC1;
}
.AnyTagClassName
{
color: #B8DDC1;
}
</style>
background-color css
<style>
a { background-color: #B8DDC1; }
a { background-color: rgb(184,221,193); }
div.DivClassName
{
background-color: #B8DDC1;
}
.BgClassName
{
background-color: #B8DDC1;
}
</style>
border-color css
<style>
span { border-color: #B8DDC1; }
span { border-color: rgb(184,221,193); }
td.TdClassName
{
border-color: #B8DDC1;
}
.TagClassName
{
border-color: #B8DDC1;
}
</style>