Shades of Periwinkle #BBC8FB
Tints of Periwinkle #BBC8FB
RGB
CMYK
RGB Variations
Color information
#BBC8FB (or 0xBBC8FB) is known color: Periwinkle. HEX triplet: BB, C8 and FB. RGB value is (187,200,251). Sum of RGB (Red+Green+Blue) = 187+200+251=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8FB is #443704. Grayscale: #C9C9C9. Windows color (decimal): -4470533 or 16500923. OLE color: 16500923.
HSL color Cylindrical-coordinate representation of color #BBC8FB: hue angle of 227.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC8FB is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 200 | 251 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.02 |
| HSL | 227.81º | 0.89% | 0.86% | - |
| HSV(B) | 227.81º | 0.25% | 0.98% | - |
| XYZ | 58.56 | 58.84 | 99.54 | - |
| YUV | 201.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 251 | 0.25 | 0.20 | 0 | 0.02 | 227.81 | 0.89 | 0.86 |
| Hex | BB | C8 | FB | 19 | 14 | 0 | 2 | E4 | 59 | 56 |
| Octal | 273 | 310 | 373 | 31 | 24 | 0 | 2 | 344 | 131 | 126 |
| Binary | 10111011 | 11001000 | 11111011 | 11001 | 10100 | 0 | 10 | 11100100 | 1011001 | 1010110 |
Color Harmonies of #BBC8FB
Complementary color
Monochromatic Colors of #BBC8FB
Black with #BBC8FB
Text Example
Text Example
White with #BBC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8FB; }
p { color: rgb(187,200,251); }
H1.HeaderClassName
{
color: #BBC8FB;
}
.AnyTagClassName
{
color: #BBC8FB;
}
</style>
background-color css
<style>
a { background-color: #BBC8FB; }
a { background-color: rgb(187,200,251); }
div.DivClassName
{
background-color: #BBC8FB;
}
.BgClassName
{
background-color: #BBC8FB;
}
</style>
border-color css
<style>
span { border-color: #BBC8FB; }
span { border-color: rgb(187,200,251); }
td.TdClassName
{
border-color: #BBC8FB;
}
.TagClassName
{
border-color: #BBC8FB;
}
</style>