Shades of Periwinkle #BBC7ED
Tints of Periwinkle #BBC7ED
RGB
CMYK
RGB Variations
Color information
#BBC7ED (or 0xBBC7ED) is known color: Periwinkle. HEX triplet: BB, C7 and ED. RGB value is (187,199,237). Sum of RGB (Red+Green+Blue) = 187+199+237=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7ED is #443812. Grayscale: #C7C7C7. Windows color (decimal): -4470803 or 15583163. OLE color: 15583163.
HSL color Cylindrical-coordinate representation of color #BBC7ED: hue angle of 225.6º degrees, saturation: 0.58, 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 #BBC7ED is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 199 | 237 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.07 |
| HSL | 225.6º | 0.58% | 0.83% | - |
| HSV(B) | 225.6º | 0.21% | 0.93% | - |
| XYZ | 56.2 | 57.53 | 88.26 | - |
| YUV | 199.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 237 | 0.21 | 0.16 | 0 | 0.07 | 225.6 | 0.58 | 0.83 |
| Hex | BB | C7 | ED | 15 | 10 | 0 | 7 | E2 | 3A | 53 |
| Octal | 273 | 307 | 355 | 25 | 20 | 0 | 7 | 342 | 72 | 123 |
| Binary | 10111011 | 11000111 | 11101101 | 10101 | 10000 | 0 | 111 | 11100010 | 111010 | 1010011 |
Color Harmonies of #BBC7ED
Complementary color
Monochromatic Colors of #BBC7ED
Black with #BBC7ED
Text Example
Text Example
White with #BBC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7ED; }
p { color: rgb(187,199,237); }
H1.HeaderClassName
{
color: #BBC7ED;
}
.AnyTagClassName
{
color: #BBC7ED;
}
</style>
background-color css
<style>
a { background-color: #BBC7ED; }
a { background-color: rgb(187,199,237); }
div.DivClassName
{
background-color: #BBC7ED;
}
.BgClassName
{
background-color: #BBC7ED;
}
</style>
border-color css
<style>
span { border-color: #BBC7ED; }
span { border-color: rgb(187,199,237); }
td.TdClassName
{
border-color: #BBC7ED;
}
.TagClassName
{
border-color: #BBC7ED;
}
</style>