Shades of Periwinkle #BBCFF5
Tints of Periwinkle #BBCFF5
RGB
CMYK
RGB Variations
Color information
#BBCFF5 (or 0xBBCFF5) is known color: Periwinkle. HEX triplet: BB, CF and F5. RGB value is (187,207,245). Sum of RGB (Red+Green+Blue) = 187+207+245=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBCFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFF5 is #44300A. Grayscale: #CDCDCD. Windows color (decimal): -4468747 or 16109499. OLE color: 16109499.
HSL color Cylindrical-coordinate representation of color #BBCFF5: hue angle of 219.31º degrees, saturation: 0.74, 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 #BBCFF5 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 207 | 245 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.04 |
| HSL | 219.31º | 0.74% | 0.85% | - |
| HSV(B) | 219.31º | 0.24% | 0.96% | - |
| XYZ | 59.29 | 61.78 | 95.19 | - |
| YUV | 205.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 245 | 0.24 | 0.16 | 0 | 0.04 | 219.31 | 0.74 | 0.85 |
| Hex | BB | CF | F5 | 18 | 10 | 0 | 4 | DB | 4A | 55 |
| Octal | 273 | 317 | 365 | 30 | 20 | 0 | 4 | 333 | 112 | 125 |
| Binary | 10111011 | 11001111 | 11110101 | 11000 | 10000 | 0 | 100 | 11011011 | 1001010 | 1010101 |
Color Harmonies of #BBCFF5
Complementary color
Monochromatic Colors of #BBCFF5
Black with #BBCFF5
Text Example
Text Example
White with #BBCFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFF5; }
p { color: rgb(187,207,245); }
H1.HeaderClassName
{
color: #BBCFF5;
}
.AnyTagClassName
{
color: #BBCFF5;
}
</style>
background-color css
<style>
a { background-color: #BBCFF5; }
a { background-color: rgb(187,207,245); }
div.DivClassName
{
background-color: #BBCFF5;
}
.BgClassName
{
background-color: #BBCFF5;
}
</style>
border-color css
<style>
span { border-color: #BBCFF5; }
span { border-color: rgb(187,207,245); }
td.TdClassName
{
border-color: #BBCFF5;
}
.TagClassName
{
border-color: #BBCFF5;
}
</style>