Shades of Periwinkle #BBD1FE
Tints of Periwinkle #BBD1FE
RGB
CMYK
RGB Variations
Color information
#BBD1FE (or 0xBBD1FE) is known color: Periwinkle. HEX triplet: BB, D1 and FE. RGB value is (187,209,254). Sum of RGB (Red+Green+Blue) = 187+209+254=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBD1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1FE is #442E01. Grayscale: #CFCFCF. Windows color (decimal): -4468226 or 16699835. OLE color: 16699835.
HSL color Cylindrical-coordinate representation of color #BBD1FE: hue angle of 220.3º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD1FE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 209 | 254 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.00 |
| HSL | 220.3º | 0.97% | 0.86% | - |
| HSV(B) | 220.3º | 0.26% | 1% | - |
| XYZ | 61.18 | 63.32 | 102.76 | - |
| YUV | 207.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 254 | 0.26 | 0.18 | 0 | 0.00 | 220.3 | 0.97 | 0.86 |
| Hex | BB | D1 | FE | 1A | 12 | 0 | 0 | DC | 61 | 56 |
| Octal | 273 | 321 | 376 | 32 | 22 | 0 | 0 | 334 | 141 | 126 |
| Binary | 10111011 | 11010001 | 11111110 | 11010 | 10010 | 0 | 0 | 11011100 | 1100001 | 1010110 |
Color Harmonies of #BBD1FE
Complementary color
Monochromatic Colors of #BBD1FE
Black with #BBD1FE
Text Example
Text Example
White with #BBD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1FE; }
p { color: rgb(187,209,254); }
H1.HeaderClassName
{
color: #BBD1FE;
}
.AnyTagClassName
{
color: #BBD1FE;
}
</style>
background-color css
<style>
a { background-color: #BBD1FE; }
a { background-color: rgb(187,209,254); }
div.DivClassName
{
background-color: #BBD1FE;
}
.BgClassName
{
background-color: #BBD1FE;
}
</style>
border-color css
<style>
span { border-color: #BBD1FE; }
span { border-color: rgb(187,209,254); }
td.TdClassName
{
border-color: #BBD1FE;
}
.TagClassName
{
border-color: #BBD1FE;
}
</style>