Shades of Periwinkle #B9C5EC
Tints of Periwinkle #B9C5EC
RGB
CMYK
RGB Variations
Color information
#B9C5EC (or 0xB9C5EC) is known color: Periwinkle. HEX triplet: B9, C5 and EC. RGB value is (185,197,236). Sum of RGB (Red+Green+Blue) = 185+197+236=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9C5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C5EC is #463A13. Grayscale: #C5C5C5. Windows color (decimal): -4602388 or 15517113. OLE color: 15517113.
HSL color Cylindrical-coordinate representation of color #B9C5EC: hue angle of 225.88º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9C5EC is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 197 | 236 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.07 |
| HSL | 225.88º | 0.57% | 0.83% | - |
| HSV(B) | 225.88º | 0.22% | 0.93% | - |
| XYZ | 55.11 | 56.3 | 87.32 | - |
| YUV | 197.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 236 | 0.22 | 0.17 | 0 | 0.07 | 225.88 | 0.57 | 0.83 |
| Hex | B9 | C5 | EC | 16 | 11 | 0 | 7 | E2 | 39 | 53 |
| Octal | 271 | 305 | 354 | 26 | 21 | 0 | 7 | 342 | 71 | 123 |
| Binary | 10111001 | 11000101 | 11101100 | 10110 | 10001 | 0 | 111 | 11100010 | 111001 | 1010011 |
Color Harmonies of #B9C5EC
Complementary color
Monochromatic Colors of #B9C5EC
Black with #B9C5EC
Text Example
Text Example
White with #B9C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C5EC; }
p { color: rgb(185,197,236); }
H1.HeaderClassName
{
color: #B9C5EC;
}
.AnyTagClassName
{
color: #B9C5EC;
}
</style>
background-color css
<style>
a { background-color: #B9C5EC; }
a { background-color: rgb(185,197,236); }
div.DivClassName
{
background-color: #B9C5EC;
}
.BgClassName
{
background-color: #B9C5EC;
}
</style>
border-color css
<style>
span { border-color: #B9C5EC; }
span { border-color: rgb(185,197,236); }
td.TdClassName
{
border-color: #B9C5EC;
}
.TagClassName
{
border-color: #B9C5EC;
}
</style>