Shades of Periwinkle #BBD1FA
Tints of Periwinkle #BBD1FA
RGB
CMYK
RGB Variations
Color information
#BBD1FA (or 0xBBD1FA) is known color: Periwinkle. HEX triplet: BB, D1 and FA. RGB value is (187,209,250). Sum of RGB (Red+Green+Blue) = 187+209+250=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1FA is #442E05. Grayscale: #CECECE. Windows color (decimal): -4468230 or 16437691. OLE color: 16437691.
HSL color Cylindrical-coordinate representation of color #BBD1FA: hue angle of 219.05º 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 #BBD1FA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 209 | 250 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.02 |
| HSL | 219.05º | 0.86% | 0.86% | - |
| HSV(B) | 219.05º | 0.25% | 0.98% | - |
| XYZ | 60.55 | 63.07 | 99.42 | - |
| YUV | 207.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 250 | 0.25 | 0.16 | 0 | 0.02 | 219.05 | 0.86 | 0.86 |
| Hex | BB | D1 | FA | 19 | 10 | 0 | 2 | DB | 56 | 56 |
| Octal | 273 | 321 | 372 | 31 | 20 | 0 | 2 | 333 | 126 | 126 |
| Binary | 10111011 | 11010001 | 11111010 | 11001 | 10000 | 0 | 10 | 11011011 | 1010110 | 1010110 |
Color Harmonies of #BBD1FA
Complementary color
Monochromatic Colors of #BBD1FA
Black with #BBD1FA
Text Example
Text Example
White with #BBD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1FA; }
p { color: rgb(187,209,250); }
H1.HeaderClassName
{
color: #BBD1FA;
}
.AnyTagClassName
{
color: #BBD1FA;
}
</style>
background-color css
<style>
a { background-color: #BBD1FA; }
a { background-color: rgb(187,209,250); }
div.DivClassName
{
background-color: #BBD1FA;
}
.BgClassName
{
background-color: #BBD1FA;
}
</style>
border-color css
<style>
span { border-color: #BBD1FA; }
span { border-color: rgb(187,209,250); }
td.TdClassName
{
border-color: #BBD1FA;
}
.TagClassName
{
border-color: #BBD1FA;
}
</style>