Shades of Periwinkle #B9C1DD
Tints of Periwinkle #B9C1DD
RGB
CMYK
RGB Variations
Color information
#B9C1DD (or 0xB9C1DD) is known color: Periwinkle. HEX triplet: B9, C1 and DD. RGB value is (185,193,221). Sum of RGB (Red+Green+Blue) = 185+193+221=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9C1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1DD is #463E22. Grayscale: #C1C1C1. Windows color (decimal): -4603427 or 14533049. OLE color: 14533049.
HSL color Cylindrical-coordinate representation of color #B9C1DD: hue angle of 226.67º 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 #B9C1DD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 193 | 221 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.13 |
| HSL | 226.67º | 0.35% | 0.8% | - |
| HSV(B) | 226.67º | 0.16% | 0.87% | - |
| XYZ | 52.13 | 53.67 | 76.02 | - |
| YUV | 193.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 221 | 0.16 | 0.13 | 0 | 0.13 | 226.67 | 0.35 | 0.8 |
| Hex | B9 | C1 | DD | 10 | D | 0 | D | E3 | 23 | 50 |
| Octal | 271 | 301 | 335 | 20 | 15 | 0 | 15 | 343 | 43 | 120 |
| Binary | 10111001 | 11000001 | 11011101 | 10000 | 1101 | 0 | 1101 | 11100011 | 100011 | 1010000 |
Color Harmonies of #B9C1DD
Complementary color
Monochromatic Colors of #B9C1DD
Black with #B9C1DD
Text Example
Text Example
White with #B9C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C1DD; }
p { color: rgb(185,193,221); }
H1.HeaderClassName
{
color: #B9C1DD;
}
.AnyTagClassName
{
color: #B9C1DD;
}
</style>
background-color css
<style>
a { background-color: #B9C1DD; }
a { background-color: rgb(185,193,221); }
div.DivClassName
{
background-color: #B9C1DD;
}
.BgClassName
{
background-color: #B9C1DD;
}
</style>
border-color css
<style>
span { border-color: #B9C1DD; }
span { border-color: rgb(185,193,221); }
td.TdClassName
{
border-color: #B9C1DD;
}
.TagClassName
{
border-color: #B9C1DD;
}
</style>