Shades of Periwinkle #BBC7EC
Tints of Periwinkle #BBC7EC
RGB
CMYK
RGB Variations
Color information
#BBC7EC (or 0xBBC7EC) is known color: Periwinkle. HEX triplet: BB, C7 and EC. RGB value is (187,199,236). Sum of RGB (Red+Green+Blue) = 187+199+236=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7EC is #443813. Grayscale: #C7C7C7. Windows color (decimal): -4470804 or 15517627. OLE color: 15517627.
HSL color Cylindrical-coordinate representation of color #BBC7EC: hue angle of 225.31º degrees, saturation: 0.56, 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 #BBC7EC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 199 | 236 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.07 |
| HSL | 225.31º | 0.56% | 0.83% | - |
| HSV(B) | 225.31º | 0.21% | 0.93% | - |
| XYZ | 56.06 | 57.47 | 87.49 | - |
| YUV | 199.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 236 | 0.21 | 0.16 | 0 | 0.07 | 225.31 | 0.56 | 0.83 |
| Hex | BB | C7 | EC | 15 | 10 | 0 | 7 | E1 | 38 | 53 |
| Octal | 273 | 307 | 354 | 25 | 20 | 0 | 7 | 341 | 70 | 123 |
| Binary | 10111011 | 11000111 | 11101100 | 10101 | 10000 | 0 | 111 | 11100001 | 111000 | 1010011 |
Color Harmonies of #BBC7EC
Complementary color
Monochromatic Colors of #BBC7EC
Black with #BBC7EC
Text Example
Text Example
White with #BBC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7EC; }
p { color: rgb(187,199,236); }
H1.HeaderClassName
{
color: #BBC7EC;
}
.AnyTagClassName
{
color: #BBC7EC;
}
</style>
background-color css
<style>
a { background-color: #BBC7EC; }
a { background-color: rgb(187,199,236); }
div.DivClassName
{
background-color: #BBC7EC;
}
.BgClassName
{
background-color: #BBC7EC;
}
</style>
border-color css
<style>
span { border-color: #BBC7EC; }
span { border-color: rgb(187,199,236); }
td.TdClassName
{
border-color: #BBC7EC;
}
.TagClassName
{
border-color: #BBC7EC;
}
</style>