Shades of Periwinkle #BBC9E7
Tints of Periwinkle #BBC9E7
RGB
CMYK
RGB Variations
Color information
#BBC9E7 (or 0xBBC9E7) is known color: Periwinkle. HEX triplet: BB, C9 and E7. RGB value is (187,201,231). Sum of RGB (Red+Green+Blue) = 187+201+231=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBC9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9E7 is #443618. Grayscale: #C8C8C8. Windows color (decimal): -4470297 or 15190459. OLE color: 15190459.
HSL color Cylindrical-coordinate representation of color #BBC9E7: hue angle of 220.91º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC9E7 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 201 | 231 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.09 |
| HSL | 220.91º | 0.48% | 0.82% | - |
| HSV(B) | 220.91º | 0.19% | 0.91% | - |
| XYZ | 55.8 | 58.11 | 83.88 | - |
| YUV | 200.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 231 | 0.19 | 0.13 | 0 | 0.09 | 220.91 | 0.48 | 0.82 |
| Hex | BB | C9 | E7 | 13 | D | 0 | 9 | DD | 30 | 52 |
| Octal | 273 | 311 | 347 | 23 | 15 | 0 | 11 | 335 | 60 | 122 |
| Binary | 10111011 | 11001001 | 11100111 | 10011 | 1101 | 0 | 1001 | 11011101 | 110000 | 1010010 |
Color Harmonies of #BBC9E7
Complementary color
Monochromatic Colors of #BBC9E7
Black with #BBC9E7
Text Example
Text Example
White with #BBC9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9E7; }
p { color: rgb(187,201,231); }
H1.HeaderClassName
{
color: #BBC9E7;
}
.AnyTagClassName
{
color: #BBC9E7;
}
</style>
background-color css
<style>
a { background-color: #BBC9E7; }
a { background-color: rgb(187,201,231); }
div.DivClassName
{
background-color: #BBC9E7;
}
.BgClassName
{
background-color: #BBC9E7;
}
</style>
border-color css
<style>
span { border-color: #BBC9E7; }
span { border-color: rgb(187,201,231); }
td.TdClassName
{
border-color: #BBC9E7;
}
.TagClassName
{
border-color: #BBC9E7;
}
</style>