Shades of Periwinkle #BBCFFD
Tints of Periwinkle #BBCFFD
RGB
CMYK
RGB Variations
Color information
#BBCFFD (or 0xBBCFFD) is known color: Periwinkle. HEX triplet: BB, CF and FD. RGB value is (187,207,253). Sum of RGB (Red+Green+Blue) = 187+207+253=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBCFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFFD is #443002. Grayscale: #CECECE. Windows color (decimal): -4468739 or 16633787. OLE color: 16633787.
HSL color Cylindrical-coordinate representation of color #BBCFFD: hue angle of 221.82º degrees, saturation: 0.94, 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 #BBCFFD is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 207 | 253 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.01 |
| HSL | 221.82º | 0.94% | 0.86% | - |
| HSV(B) | 221.82º | 0.26% | 0.99% | - |
| XYZ | 60.54 | 62.28 | 101.76 | - |
| YUV | 206.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 253 | 0.26 | 0.18 | 0 | 0.01 | 221.82 | 0.94 | 0.86 |
| Hex | BB | CF | FD | 1A | 12 | 0 | 1 | DE | 5E | 56 |
| Octal | 273 | 317 | 375 | 32 | 22 | 0 | 1 | 336 | 136 | 126 |
| Binary | 10111011 | 11001111 | 11111101 | 11010 | 10010 | 0 | 1 | 11011110 | 1011110 | 1010110 |
Color Harmonies of #BBCFFD
Complementary color
Monochromatic Colors of #BBCFFD
Black with #BBCFFD
Text Example
Text Example
White with #BBCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFFD; }
p { color: rgb(187,207,253); }
H1.HeaderClassName
{
color: #BBCFFD;
}
.AnyTagClassName
{
color: #BBCFFD;
}
</style>
background-color css
<style>
a { background-color: #BBCFFD; }
a { background-color: rgb(187,207,253); }
div.DivClassName
{
background-color: #BBCFFD;
}
.BgClassName
{
background-color: #BBCFFD;
}
</style>
border-color css
<style>
span { border-color: #BBCFFD; }
span { border-color: rgb(187,207,253); }
td.TdClassName
{
border-color: #BBCFFD;
}
.TagClassName
{
border-color: #BBCFFD;
}
</style>