Shades of Periwinkle #BBCFEC
Tints of Periwinkle #BBCFEC
RGB
CMYK
RGB Variations
Color information
#BBCFEC (or 0xBBCFEC) is known color: Periwinkle. HEX triplet: BB, CF and EC. RGB value is (187,207,236). Sum of RGB (Red+Green+Blue) = 187+207+236=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFEC is #443013. Grayscale: #CCCCCC. Windows color (decimal): -4468756 or 15519675. OLE color: 15519675.
HSL color Cylindrical-coordinate representation of color #BBCFEC: hue angle of 215.51º 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 #BBCFEC is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 207 | 236 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.07 |
| HSL | 215.51º | 0.56% | 0.83% | - |
| HSV(B) | 215.51º | 0.21% | 0.93% | - |
| XYZ | 57.95 | 61.25 | 88.12 | - |
| YUV | 204.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 236 | 0.21 | 0.12 | 0 | 0.07 | 215.51 | 0.56 | 0.83 |
| Hex | BB | CF | EC | 15 | C | 0 | 7 | D8 | 38 | 53 |
| Octal | 273 | 317 | 354 | 25 | 14 | 0 | 7 | 330 | 70 | 123 |
| Binary | 10111011 | 11001111 | 11101100 | 10101 | 1100 | 0 | 111 | 11011000 | 111000 | 1010011 |
Color Harmonies of #BBCFEC
Complementary color
Monochromatic Colors of #BBCFEC
Black with #BBCFEC
Text Example
Text Example
White with #BBCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFEC; }
p { color: rgb(187,207,236); }
H1.HeaderClassName
{
color: #BBCFEC;
}
.AnyTagClassName
{
color: #BBCFEC;
}
</style>
background-color css
<style>
a { background-color: #BBCFEC; }
a { background-color: rgb(187,207,236); }
div.DivClassName
{
background-color: #BBCFEC;
}
.BgClassName
{
background-color: #BBCFEC;
}
</style>
border-color css
<style>
span { border-color: #BBCFEC; }
span { border-color: rgb(187,207,236); }
td.TdClassName
{
border-color: #BBCFEC;
}
.TagClassName
{
border-color: #BBCFEC;
}
</style>