Shades of Periwinkle #BBC6F0
Tints of Periwinkle #BBC6F0
RGB
CMYK
RGB Variations
Color information
#BBC6F0 (or 0xBBC6F0) is known color: Periwinkle. HEX triplet: BB, C6 and F0. RGB value is (187,198,240). Sum of RGB (Red+Green+Blue) = 187+198+240=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6F0 is #44390F. Grayscale: #C7C7C7. Windows color (decimal): -4471056 or 15779515. OLE color: 15779515.
HSL color Cylindrical-coordinate representation of color #BBC6F0: hue angle of 227.55º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC6F0 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 198 | 240 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.06 |
| HSL | 227.55º | 0.64% | 0.84% | - |
| HSV(B) | 227.55º | 0.22% | 0.94% | - |
| XYZ | 56.42 | 57.24 | 90.51 | - |
| YUV | 199.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 240 | 0.22 | 0.18 | 0 | 0.06 | 227.55 | 0.64 | 0.84 |
| Hex | BB | C6 | F0 | 16 | 12 | 0 | 6 | E4 | 40 | 54 |
| Octal | 273 | 306 | 360 | 26 | 22 | 0 | 6 | 344 | 100 | 124 |
| Binary | 10111011 | 11000110 | 11110000 | 10110 | 10010 | 0 | 110 | 11100100 | 1000000 | 1010100 |
Color Harmonies of #BBC6F0
Complementary color
Monochromatic Colors of #BBC6F0
Black with #BBC6F0
Text Example
Text Example
White with #BBC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6F0; }
p { color: rgb(187,198,240); }
H1.HeaderClassName
{
color: #BBC6F0;
}
.AnyTagClassName
{
color: #BBC6F0;
}
</style>
background-color css
<style>
a { background-color: #BBC6F0; }
a { background-color: rgb(187,198,240); }
div.DivClassName
{
background-color: #BBC6F0;
}
.BgClassName
{
background-color: #BBC6F0;
}
</style>
border-color css
<style>
span { border-color: #BBC6F0; }
span { border-color: rgb(187,198,240); }
td.TdClassName
{
border-color: #BBC6F0;
}
.TagClassName
{
border-color: #BBC6F0;
}
</style>