Shades of Periwinkle #BBC9FC
Tints of Periwinkle #BBC9FC
RGB
CMYK
RGB Variations
Color information
#BBC9FC (or 0xBBC9FC) is known color: Periwinkle. HEX triplet: BB, C9 and FC. RGB value is (187,201,252). Sum of RGB (Red+Green+Blue) = 187+201+252=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9FC is #443603. Grayscale: #CACACA. Windows color (decimal): -4470276 or 16566715. OLE color: 16566715.
HSL color Cylindrical-coordinate representation of color #BBC9FC: hue angle of 227.08º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC9FC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 201 | 252 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.01 |
| HSL | 227.08º | 0.92% | 0.86% | - |
| HSV(B) | 227.08º | 0.26% | 0.99% | - |
| XYZ | 58.95 | 59.37 | 100.45 | - |
| YUV | 202.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 252 | 0.26 | 0.20 | 0 | 0.01 | 227.08 | 0.92 | 0.86 |
| Hex | BB | C9 | FC | 1A | 14 | 0 | 1 | E3 | 5C | 56 |
| Octal | 273 | 311 | 374 | 32 | 24 | 0 | 1 | 343 | 134 | 126 |
| Binary | 10111011 | 11001001 | 11111100 | 11010 | 10100 | 0 | 1 | 11100011 | 1011100 | 1010110 |
Color Harmonies of #BBC9FC
Complementary color
Monochromatic Colors of #BBC9FC
Black with #BBC9FC
Text Example
Text Example
White with #BBC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9FC; }
p { color: rgb(187,201,252); }
H1.HeaderClassName
{
color: #BBC9FC;
}
.AnyTagClassName
{
color: #BBC9FC;
}
</style>
background-color css
<style>
a { background-color: #BBC9FC; }
a { background-color: rgb(187,201,252); }
div.DivClassName
{
background-color: #BBC9FC;
}
.BgClassName
{
background-color: #BBC9FC;
}
</style>
border-color css
<style>
span { border-color: #BBC9FC; }
span { border-color: rgb(187,201,252); }
td.TdClassName
{
border-color: #BBC9FC;
}
.TagClassName
{
border-color: #BBC9FC;
}
</style>