Shades of Periwinkle #B9C4E1
Tints of Periwinkle #B9C4E1
RGB
CMYK
RGB Variations
Color information
#B9C4E1 (or 0xB9C4E1) is known color: Periwinkle. HEX triplet: B9, C4 and E1. RGB value is (185,196,225). Sum of RGB (Red+Green+Blue) = 185+196+225=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9C4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4E1 is #463B1E. Grayscale: #C3C3C3. Windows color (decimal): -4602655 or 14795961. OLE color: 14795961.
HSL color Cylindrical-coordinate representation of color #B9C4E1: hue angle of 223.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9C4E1 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 196 | 225 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.12 |
| HSL | 223.5º | 0.4% | 0.8% | - |
| HSV(B) | 223.5º | 0.18% | 0.88% | - |
| XYZ | 53.34 | 55.23 | 79.08 | - |
| YUV | 196.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 225 | 0.18 | 0.13 | 0 | 0.12 | 223.5 | 0.4 | 0.8 |
| Hex | B9 | C4 | E1 | 12 | D | 0 | C | E0 | 28 | 50 |
| Octal | 271 | 304 | 341 | 22 | 15 | 0 | 14 | 340 | 50 | 120 |
| Binary | 10111001 | 11000100 | 11100001 | 10010 | 1101 | 0 | 1100 | 11100000 | 101000 | 1010000 |
Color Harmonies of #B9C4E1
Complementary color
Monochromatic Colors of #B9C4E1
Black with #B9C4E1
Text Example
Text Example
White with #B9C4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C4E1; }
p { color: rgb(185,196,225); }
H1.HeaderClassName
{
color: #B9C4E1;
}
.AnyTagClassName
{
color: #B9C4E1;
}
</style>
background-color css
<style>
a { background-color: #B9C4E1; }
a { background-color: rgb(185,196,225); }
div.DivClassName
{
background-color: #B9C4E1;
}
.BgClassName
{
background-color: #B9C4E1;
}
</style>
border-color css
<style>
span { border-color: #B9C4E1; }
span { border-color: rgb(185,196,225); }
td.TdClassName
{
border-color: #B9C4E1;
}
.TagClassName
{
border-color: #B9C4E1;
}
</style>