Shades of Fringy Flower #B9DDC1
Tints of Fringy Flower #B9DDC1
RGB
CMYK
RGB Variations
Color information
#B9DDC1 (or 0xB9DDC1) is known color: Fringy Flower. HEX triplet: B9, DD and C1. RGB value is (185,221,193). Sum of RGB (Red+Green+Blue) = 185+221+193=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDC1 is #46223E. Grayscale: #CFCFCF. Windows color (decimal): -4596287 or 12705209. OLE color: 12705209.
HSL color Cylindrical-coordinate representation of color #B9DDC1: hue angle of 133.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDC1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 193 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.13 |
| HSL | 133.33º | 0.35% | 0.8% | - |
| HSV(B) | 133.33º | 0.16% | 0.87% | - |
| XYZ | 55.49 | 65.88 | 60.24 | - |
| YUV | 207.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 193 | 0.16 | 0 | 0.13 | 0.13 | 133.33 | 0.35 | 0.8 |
| Hex | B9 | DD | C1 | 10 | 0 | D | D | 85 | 23 | 50 |
| Octal | 271 | 335 | 301 | 20 | 0 | 15 | 15 | 205 | 43 | 120 |
| Binary | 10111001 | 11011101 | 11000001 | 10000 | 0 | 1101 | 1101 | 10000101 | 100011 | 1010000 |
Color Harmonies of #B9DDC1
Complementary color
Monochromatic Colors of #B9DDC1
Black with #B9DDC1
Text Example
Text Example
White with #B9DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDC1; }
p { color: rgb(185,221,193); }
H1.HeaderClassName
{
color: #B9DDC1;
}
.AnyTagClassName
{
color: #B9DDC1;
}
</style>
background-color css
<style>
a { background-color: #B9DDC1; }
a { background-color: rgb(185,221,193); }
div.DivClassName
{
background-color: #B9DDC1;
}
.BgClassName
{
background-color: #B9DDC1;
}
</style>
border-color css
<style>
span { border-color: #B9DDC1; }
span { border-color: rgb(185,221,193); }
td.TdClassName
{
border-color: #B9DDC1;
}
.TagClassName
{
border-color: #B9DDC1;
}
</style>