Shades of Periwinkle #B9C1DB
Tints of Periwinkle #B9C1DB
RGB
CMYK
RGB Variations
Color information
#B9C1DB (or 0xB9C1DB) is known color: Periwinkle. HEX triplet: B9, C1 and DB. RGB value is (185,193,219). Sum of RGB (Red+Green+Blue) = 185+193+219=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1DB is #463E24. Grayscale: #C1C1C1. Windows color (decimal): -4603429 or 14401977. OLE color: 14401977.
HSL color Cylindrical-coordinate representation of color #B9C1DB: hue angle of 225.88º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9C1DB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 193 | 219 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.14 |
| HSL | 225.88º | 0.32% | 0.79% | - |
| HSV(B) | 225.88º | 0.16% | 0.86% | - |
| XYZ | 51.86 | 53.57 | 74.62 | - |
| YUV | 193.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 219 | 0.16 | 0.12 | 0 | 0.14 | 225.88 | 0.32 | 0.79 |
| Hex | B9 | C1 | DB | 10 | C | 0 | E | E2 | 20 | 4F |
| Octal | 271 | 301 | 333 | 20 | 14 | 0 | 16 | 342 | 40 | 117 |
| Binary | 10111001 | 11000001 | 11011011 | 10000 | 1100 | 0 | 1110 | 11100010 | 100000 | 1001111 |
Color Harmonies of #B9C1DB
Complementary color
Monochromatic Colors of #B9C1DB
Black with #B9C1DB
Text Example
Text Example
White with #B9C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C1DB; }
p { color: rgb(185,193,219); }
H1.HeaderClassName
{
color: #B9C1DB;
}
.AnyTagClassName
{
color: #B9C1DB;
}
</style>
background-color css
<style>
a { background-color: #B9C1DB; }
a { background-color: rgb(185,193,219); }
div.DivClassName
{
background-color: #B9C1DB;
}
.BgClassName
{
background-color: #B9C1DB;
}
</style>
border-color css
<style>
span { border-color: #B9C1DB; }
span { border-color: rgb(185,193,219); }
td.TdClassName
{
border-color: #B9C1DB;
}
.TagClassName
{
border-color: #B9C1DB;
}
</style>