Shades of Periwinkle #BBD0FE
Tints of Periwinkle #BBD0FE
RGB
CMYK
RGB Variations
Color information
#BBD0FE (or 0xBBD0FE) is known color: Periwinkle. HEX triplet: BB, D0 and FE. RGB value is (187,208,254). Sum of RGB (Red+Green+Blue) = 187+208+254=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBD0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0FE is #442F01. Grayscale: #CECECE. Windows color (decimal): -4468482 or 16699579. OLE color: 16699579.
HSL color Cylindrical-coordinate representation of color #BBD0FE: hue angle of 221.19º 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 #BBD0FE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 208 | 254 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.00 |
| HSL | 221.19º | 0.97% | 0.86% | - |
| HSV(B) | 221.19º | 0.26% | 1% | - |
| XYZ | 60.94 | 62.83 | 102.68 | - |
| YUV | 206.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 254 | 0.26 | 0.18 | 0 | 0.00 | 221.19 | 0.97 | 0.86 |
| Hex | BB | D0 | FE | 1A | 12 | 0 | 0 | DD | 61 | 56 |
| Octal | 273 | 320 | 376 | 32 | 22 | 0 | 0 | 335 | 141 | 126 |
| Binary | 10111011 | 11010000 | 11111110 | 11010 | 10010 | 0 | 0 | 11011101 | 1100001 | 1010110 |
Color Harmonies of #BBD0FE
Complementary color
Monochromatic Colors of #BBD0FE
Black with #BBD0FE
Text Example
Text Example
White with #BBD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0FE; }
p { color: rgb(187,208,254); }
H1.HeaderClassName
{
color: #BBD0FE;
}
.AnyTagClassName
{
color: #BBD0FE;
}
</style>
background-color css
<style>
a { background-color: #BBD0FE; }
a { background-color: rgb(187,208,254); }
div.DivClassName
{
background-color: #BBD0FE;
}
.BgClassName
{
background-color: #BBD0FE;
}
</style>
border-color css
<style>
span { border-color: #BBD0FE; }
span { border-color: rgb(187,208,254); }
td.TdClassName
{
border-color: #BBD0FE;
}
.TagClassName
{
border-color: #BBD0FE;
}
</style>