Shades of Periwinkle #BBC8EF
Tints of Periwinkle #BBC8EF
RGB
CMYK
RGB Variations
Color information
#BBC8EF (or 0xBBC8EF) is known color: Periwinkle. HEX triplet: BB, C8 and EF. RGB value is (187,200,239). Sum of RGB (Red+Green+Blue) = 187+200+239=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8EF is #443710. Grayscale: #C8C8C8. Windows color (decimal): -4470545 or 15714491. OLE color: 15714491.
HSL color Cylindrical-coordinate representation of color #BBC8EF: hue angle of 225º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC8EF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 200 | 239 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.06 |
| HSL | 225º | 0.62% | 0.84% | - |
| HSV(B) | 225º | 0.22% | 0.94% | - |
| XYZ | 56.73 | 58.11 | 89.89 | - |
| YUV | 200.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 239 | 0.22 | 0.16 | 0 | 0.06 | 225 | 0.62 | 0.84 |
| Hex | BB | C8 | EF | 16 | 10 | 0 | 6 | E1 | 3E | 54 |
| Octal | 273 | 310 | 357 | 26 | 20 | 0 | 6 | 341 | 76 | 124 |
| Binary | 10111011 | 11001000 | 11101111 | 10110 | 10000 | 0 | 110 | 11100001 | 111110 | 1010100 |
Color Harmonies of #BBC8EF
Complementary color
Monochromatic Colors of #BBC8EF
Black with #BBC8EF
Text Example
Text Example
White with #BBC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8EF; }
p { color: rgb(187,200,239); }
H1.HeaderClassName
{
color: #BBC8EF;
}
.AnyTagClassName
{
color: #BBC8EF;
}
</style>
background-color css
<style>
a { background-color: #BBC8EF; }
a { background-color: rgb(187,200,239); }
div.DivClassName
{
background-color: #BBC8EF;
}
.BgClassName
{
background-color: #BBC8EF;
}
</style>
border-color css
<style>
span { border-color: #BBC8EF; }
span { border-color: rgb(187,200,239); }
td.TdClassName
{
border-color: #BBC8EF;
}
.TagClassName
{
border-color: #BBC8EF;
}
</style>