Shades of Periwinkle #B9C2DD
Tints of Periwinkle #B9C2DD
RGB
CMYK
RGB Variations
Color information
#B9C2DD (or 0xB9C2DD) is known color: Periwinkle. HEX triplet: B9, C2 and DD. RGB value is (185,194,221). Sum of RGB (Red+Green+Blue) = 185+194+221=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2DD is #463D22. Grayscale: #C2C2C2. Windows color (decimal): -4603171 or 14533305. OLE color: 14533305.
HSL color Cylindrical-coordinate representation of color #B9C2DD: hue angle of 225º 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 #B9C2DD is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 194 | 221 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.13 |
| HSL | 225º | 0.35% | 0.8% | - |
| HSV(B) | 225º | 0.16% | 0.87% | - |
| XYZ | 52.35 | 54.12 | 76.09 | - |
| YUV | 194.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 221 | 0.16 | 0.12 | 0 | 0.13 | 225 | 0.35 | 0.8 |
| Hex | B9 | C2 | DD | 10 | C | 0 | D | E1 | 23 | 50 |
| Octal | 271 | 302 | 335 | 20 | 14 | 0 | 15 | 341 | 43 | 120 |
| Binary | 10111001 | 11000010 | 11011101 | 10000 | 1100 | 0 | 1101 | 11100001 | 100011 | 1010000 |
Color Harmonies of #B9C2DD
Complementary color
Monochromatic Colors of #B9C2DD
Black with #B9C2DD
Text Example
Text Example
White with #B9C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C2DD; }
p { color: rgb(185,194,221); }
H1.HeaderClassName
{
color: #B9C2DD;
}
.AnyTagClassName
{
color: #B9C2DD;
}
</style>
background-color css
<style>
a { background-color: #B9C2DD; }
a { background-color: rgb(185,194,221); }
div.DivClassName
{
background-color: #B9C2DD;
}
.BgClassName
{
background-color: #B9C2DD;
}
</style>
border-color css
<style>
span { border-color: #B9C2DD; }
span { border-color: rgb(185,194,221); }
td.TdClassName
{
border-color: #B9C2DD;
}
.TagClassName
{
border-color: #B9C2DD;
}
</style>