Shades of Periwinkle #BBCFFF
Tints of Periwinkle #BBCFFF
RGB
CMYK
RGB Variations
Color information
#BBCFFF (or 0xBBCFFF) is known color: Periwinkle. HEX triplet: BB, CF and FF. RGB value is (187,207,255). Sum of RGB (Red+Green+Blue) = 187+207+255=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFFF is #443000. Grayscale: #CECECE. Windows color (decimal): -4468737 or 16764859. OLE color: 16764859.
HSL color Cylindrical-coordinate representation of color #BBCFFF: hue angle of 222.35º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBCFFF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 207 | 255 | - |
| CMYK | 0.27 | 0.19 | 0 | 0 |
| HSL | 222.35º | 1% | 0.87% | - |
| HSV(B) | 222.35º | 0.27% | 1% | - |
| XYZ | 60.86 | 62.41 | 103.45 | - |
| YUV | 206.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 255 | 0.27 | 0.19 | 0 | 0 | 222.35 | 1 | 0.87 |
| Hex | BB | CF | FF | 1B | 13 | 0 | 0 | DE | 64 | 57 |
| Octal | 273 | 317 | 377 | 33 | 23 | 0 | 0 | 336 | 144 | 127 |
| Binary | 10111011 | 11001111 | 11111111 | 11011 | 10011 | 0 | 0 | 11011110 | 1100100 | 1010111 |
Color Harmonies of #BBCFFF
Complementary color
Monochromatic Colors of #BBCFFF
Black with #BBCFFF
Text Example
Text Example
White with #BBCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFFF; }
p { color: rgb(187,207,255); }
H1.HeaderClassName
{
color: #BBCFFF;
}
.AnyTagClassName
{
color: #BBCFFF;
}
</style>
background-color css
<style>
a { background-color: #BBCFFF; }
a { background-color: rgb(187,207,255); }
div.DivClassName
{
background-color: #BBCFFF;
}
.BgClassName
{
background-color: #BBCFFF;
}
</style>
border-color css
<style>
span { border-color: #BBCFFF; }
span { border-color: rgb(187,207,255); }
td.TdClassName
{
border-color: #BBCFFF;
}
.TagClassName
{
border-color: #BBCFFF;
}
</style>