Shades of Periwinkle #BBC8EC
Tints of Periwinkle #BBC8EC
RGB
CMYK
RGB Variations
Color information
#BBC8EC (or 0xBBC8EC) is known color: Periwinkle. HEX triplet: BB, C8 and EC. RGB value is (187,200,236). Sum of RGB (Red+Green+Blue) = 187+200+236=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8EC is #443713. Grayscale: #C8C8C8. Windows color (decimal): -4470548 or 15517883. OLE color: 15517883.
HSL color Cylindrical-coordinate representation of color #BBC8EC: hue angle of 224.08º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC8EC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 200 | 236 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.07 |
| HSL | 224.08º | 0.56% | 0.83% | - |
| HSV(B) | 224.08º | 0.21% | 0.93% | - |
| XYZ | 56.29 | 57.93 | 87.57 | - |
| YUV | 200.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 236 | 0.21 | 0.15 | 0 | 0.07 | 224.08 | 0.56 | 0.83 |
| Hex | BB | C8 | EC | 15 | F | 0 | 7 | E0 | 38 | 53 |
| Octal | 273 | 310 | 354 | 25 | 17 | 0 | 7 | 340 | 70 | 123 |
| Binary | 10111011 | 11001000 | 11101100 | 10101 | 1111 | 0 | 111 | 11100000 | 111000 | 1010011 |
Color Harmonies of #BBC8EC
Complementary color
Monochromatic Colors of #BBC8EC
Black with #BBC8EC
Text Example
Text Example
White with #BBC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8EC; }
p { color: rgb(187,200,236); }
H1.HeaderClassName
{
color: #BBC8EC;
}
.AnyTagClassName
{
color: #BBC8EC;
}
</style>
background-color css
<style>
a { background-color: #BBC8EC; }
a { background-color: rgb(187,200,236); }
div.DivClassName
{
background-color: #BBC8EC;
}
.BgClassName
{
background-color: #BBC8EC;
}
</style>
border-color css
<style>
span { border-color: #BBC8EC; }
span { border-color: rgb(187,200,236); }
td.TdClassName
{
border-color: #BBC8EC;
}
.TagClassName
{
border-color: #BBC8EC;
}
</style>