Shades of Periwinkle #BBD0FA
Tints of Periwinkle #BBD0FA
RGB
CMYK
RGB Variations
Color information
#BBD0FA (or 0xBBD0FA) is known color: Periwinkle. HEX triplet: BB, D0 and FA. RGB value is (187,208,250). Sum of RGB (Red+Green+Blue) = 187+208+250=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0FA is #442F05. Grayscale: #CECECE. Windows color (decimal): -4468486 or 16437435. OLE color: 16437435.
HSL color Cylindrical-coordinate representation of color #BBD0FA: hue angle of 220º 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 #BBD0FA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 208 | 250 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.02 |
| HSL | 220º | 0.86% | 0.86% | - |
| HSV(B) | 220º | 0.25% | 0.98% | - |
| XYZ | 60.3 | 62.58 | 99.34 | - |
| YUV | 206.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 250 | 0.25 | 0.17 | 0 | 0.02 | 220 | 0.86 | 0.86 |
| Hex | BB | D0 | FA | 19 | 11 | 0 | 2 | DC | 56 | 56 |
| Octal | 273 | 320 | 372 | 31 | 21 | 0 | 2 | 334 | 126 | 126 |
| Binary | 10111011 | 11010000 | 11111010 | 11001 | 10001 | 0 | 10 | 11011100 | 1010110 | 1010110 |
Color Harmonies of #BBD0FA
Complementary color
Monochromatic Colors of #BBD0FA
Black with #BBD0FA
Text Example
Text Example
White with #BBD0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0FA; }
p { color: rgb(187,208,250); }
H1.HeaderClassName
{
color: #BBD0FA;
}
.AnyTagClassName
{
color: #BBD0FA;
}
</style>
background-color css
<style>
a { background-color: #BBD0FA; }
a { background-color: rgb(187,208,250); }
div.DivClassName
{
background-color: #BBD0FA;
}
.BgClassName
{
background-color: #BBD0FA;
}
</style>
border-color css
<style>
span { border-color: #BBD0FA; }
span { border-color: rgb(187,208,250); }
td.TdClassName
{
border-color: #BBD0FA;
}
.TagClassName
{
border-color: #BBD0FA;
}
</style>