Shades of Periwinkle #BBD0F6
Tints of Periwinkle #BBD0F6
RGB
CMYK
RGB Variations
Color information
#BBD0F6 (or 0xBBD0F6) is known color: Periwinkle. HEX triplet: BB, D0 and F6. RGB value is (187,208,246). Sum of RGB (Red+Green+Blue) = 187+208+246=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0F6 is #442F09. Grayscale: #CDCDCD. Windows color (decimal): -4468490 or 16175291. OLE color: 16175291.
HSL color Cylindrical-coordinate representation of color #BBD0F6: hue angle of 218.64º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD0F6 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 208 | 246 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.04 |
| HSL | 218.64º | 0.77% | 0.85% | - |
| HSV(B) | 218.64º | 0.24% | 0.96% | - |
| XYZ | 59.68 | 62.33 | 96.07 | - |
| YUV | 206.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 246 | 0.24 | 0.15 | 0 | 0.04 | 218.64 | 0.77 | 0.85 |
| Hex | BB | D0 | F6 | 18 | F | 0 | 4 | DB | 4D | 55 |
| Octal | 273 | 320 | 366 | 30 | 17 | 0 | 4 | 333 | 115 | 125 |
| Binary | 10111011 | 11010000 | 11110110 | 11000 | 1111 | 0 | 100 | 11011011 | 1001101 | 1010101 |
Color Harmonies of #BBD0F6
Complementary color
Monochromatic Colors of #BBD0F6
Black with #BBD0F6
Text Example
Text Example
White with #BBD0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0F6; }
p { color: rgb(187,208,246); }
H1.HeaderClassName
{
color: #BBD0F6;
}
.AnyTagClassName
{
color: #BBD0F6;
}
</style>
background-color css
<style>
a { background-color: #BBD0F6; }
a { background-color: rgb(187,208,246); }
div.DivClassName
{
background-color: #BBD0F6;
}
.BgClassName
{
background-color: #BBD0F6;
}
</style>
border-color css
<style>
span { border-color: #BBD0F6; }
span { border-color: rgb(187,208,246); }
td.TdClassName
{
border-color: #BBD0F6;
}
.TagClassName
{
border-color: #BBD0F6;
}
</style>