Shades of Periwinkle #B9C6ED
Tints of Periwinkle #B9C6ED
RGB
CMYK
RGB Variations
Color information
#B9C6ED (or 0xB9C6ED) is known color: Periwinkle. HEX triplet: B9, C6 and ED. RGB value is (185,198,237). Sum of RGB (Red+Green+Blue) = 185+198+237=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9C6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C6ED is #463912. Grayscale: #C6C6C6. Windows color (decimal): -4602131 or 15582905. OLE color: 15582905.
HSL color Cylindrical-coordinate representation of color #B9C6ED: hue angle of 225º degrees, saturation: 0.59, 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 #B9C6ED is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 198 | 237 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.07 |
| HSL | 225º | 0.59% | 0.83% | - |
| HSV(B) | 225º | 0.22% | 0.93% | - |
| XYZ | 55.49 | 56.82 | 88.16 | - |
| YUV | 198.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 237 | 0.22 | 0.16 | 0 | 0.07 | 225 | 0.59 | 0.83 |
| Hex | B9 | C6 | ED | 16 | 10 | 0 | 7 | E1 | 3B | 53 |
| Octal | 271 | 306 | 355 | 26 | 20 | 0 | 7 | 341 | 73 | 123 |
| Binary | 10111001 | 11000110 | 11101101 | 10110 | 10000 | 0 | 111 | 11100001 | 111011 | 1010011 |
Color Harmonies of #B9C6ED
Complementary color
Monochromatic Colors of #B9C6ED
Black with #B9C6ED
Text Example
Text Example
White with #B9C6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C6ED; }
p { color: rgb(185,198,237); }
H1.HeaderClassName
{
color: #B9C6ED;
}
.AnyTagClassName
{
color: #B9C6ED;
}
</style>
background-color css
<style>
a { background-color: #B9C6ED; }
a { background-color: rgb(185,198,237); }
div.DivClassName
{
background-color: #B9C6ED;
}
.BgClassName
{
background-color: #B9C6ED;
}
</style>
border-color css
<style>
span { border-color: #B9C6ED; }
span { border-color: rgb(185,198,237); }
td.TdClassName
{
border-color: #B9C6ED;
}
.TagClassName
{
border-color: #B9C6ED;
}
</style>