Shades of Periwinkle #BBC9EE
Tints of Periwinkle #BBC9EE
RGB
CMYK
RGB Variations
Color information
#BBC9EE (or 0xBBC9EE) is known color: Periwinkle. HEX triplet: BB, C9 and EE. RGB value is (187,201,238). Sum of RGB (Red+Green+Blue) = 187+201+238=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9EE is #443611. Grayscale: #C8C8C8. Windows color (decimal): -4470290 or 15649211. OLE color: 15649211.
HSL color Cylindrical-coordinate representation of color #BBC9EE: hue angle of 223.53º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC9EE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 201 | 238 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.07 |
| HSL | 223.53º | 0.6% | 0.83% | - |
| HSV(B) | 223.53º | 0.21% | 0.93% | - |
| XYZ | 56.81 | 58.51 | 89.19 | - |
| YUV | 201.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 238 | 0.21 | 0.16 | 0 | 0.07 | 223.53 | 0.6 | 0.83 |
| Hex | BB | C9 | EE | 15 | 10 | 0 | 7 | E0 | 3C | 53 |
| Octal | 273 | 311 | 356 | 25 | 20 | 0 | 7 | 340 | 74 | 123 |
| Binary | 10111011 | 11001001 | 11101110 | 10101 | 10000 | 0 | 111 | 11100000 | 111100 | 1010011 |
Color Harmonies of #BBC9EE
Complementary color
Monochromatic Colors of #BBC9EE
Black with #BBC9EE
Text Example
Text Example
White with #BBC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9EE; }
p { color: rgb(187,201,238); }
H1.HeaderClassName
{
color: #BBC9EE;
}
.AnyTagClassName
{
color: #BBC9EE;
}
</style>
background-color css
<style>
a { background-color: #BBC9EE; }
a { background-color: rgb(187,201,238); }
div.DivClassName
{
background-color: #BBC9EE;
}
.BgClassName
{
background-color: #BBC9EE;
}
</style>
border-color css
<style>
span { border-color: #BBC9EE; }
span { border-color: rgb(187,201,238); }
td.TdClassName
{
border-color: #BBC9EE;
}
.TagClassName
{
border-color: #BBC9EE;
}
</style>