Shades of Periwinkle #BBC7FA
Tints of Periwinkle #BBC7FA
RGB
CMYK
RGB Variations
Color information
#BBC7FA (or 0xBBC7FA) is known color: Periwinkle. HEX triplet: BB, C7 and FA. RGB value is (187,199,250). Sum of RGB (Red+Green+Blue) = 187+199+250=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7FA is #443805. Grayscale: #C9C9C9. Windows color (decimal): -4470790 or 16435131. OLE color: 16435131.
HSL color Cylindrical-coordinate representation of color #BBC7FA: hue angle of 228.57º degrees, saturation: 0.86, 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 #BBC7FA is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 199 | 250 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.02 |
| HSL | 228.57º | 0.86% | 0.86% | - |
| HSV(B) | 228.57º | 0.25% | 0.98% | - |
| XYZ | 58.17 | 58.31 | 98.63 | - |
| YUV | 201.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 250 | 0.25 | 0.20 | 0 | 0.02 | 228.57 | 0.86 | 0.86 |
| Hex | BB | C7 | FA | 19 | 14 | 0 | 2 | E5 | 56 | 56 |
| Octal | 273 | 307 | 372 | 31 | 24 | 0 | 2 | 345 | 126 | 126 |
| Binary | 10111011 | 11000111 | 11111010 | 11001 | 10100 | 0 | 10 | 11100101 | 1010110 | 1010110 |
Color Harmonies of #BBC7FA
Complementary color
Monochromatic Colors of #BBC7FA
Black with #BBC7FA
Text Example
Text Example
White with #BBC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7FA; }
p { color: rgb(187,199,250); }
H1.HeaderClassName
{
color: #BBC7FA;
}
.AnyTagClassName
{
color: #BBC7FA;
}
</style>
background-color css
<style>
a { background-color: #BBC7FA; }
a { background-color: rgb(187,199,250); }
div.DivClassName
{
background-color: #BBC7FA;
}
.BgClassName
{
background-color: #BBC7FA;
}
</style>
border-color css
<style>
span { border-color: #BBC7FA; }
span { border-color: rgb(187,199,250); }
td.TdClassName
{
border-color: #BBC7FA;
}
.TagClassName
{
border-color: #BBC7FA;
}
</style>