Shades of Periwinkle #BBC5DF
Tints of Periwinkle #BBC5DF
RGB
CMYK
RGB Variations
Color information
#BBC5DF (or 0xBBC5DF) is known color: Periwinkle. HEX triplet: BB, C5 and DF. RGB value is (187,197,223). Sum of RGB (Red+Green+Blue) = 187+197+223=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5DF is #443A20. Grayscale: #C4C4C4. Windows color (decimal): -4471329 or 14665147. OLE color: 14665147.
HSL color Cylindrical-coordinate representation of color #BBC5DF: hue angle of 223.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC5DF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 197 | 223 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.13 |
| HSL | 223.33º | 0.36% | 0.8% | - |
| HSV(B) | 223.33º | 0.16% | 0.87% | - |
| XYZ | 53.78 | 55.83 | 77.75 | - |
| YUV | 196.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 223 | 0.16 | 0.12 | 0 | 0.13 | 223.33 | 0.36 | 0.8 |
| Hex | BB | C5 | DF | 10 | C | 0 | D | DF | 24 | 50 |
| Octal | 273 | 305 | 337 | 20 | 14 | 0 | 15 | 337 | 44 | 120 |
| Binary | 10111011 | 11000101 | 11011111 | 10000 | 1100 | 0 | 1101 | 11011111 | 100100 | 1010000 |
Color Harmonies of #BBC5DF
Complementary color
Monochromatic Colors of #BBC5DF
Black with #BBC5DF
Text Example
Text Example
White with #BBC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5DF; }
p { color: rgb(187,197,223); }
H1.HeaderClassName
{
color: #BBC5DF;
}
.AnyTagClassName
{
color: #BBC5DF;
}
</style>
background-color css
<style>
a { background-color: #BBC5DF; }
a { background-color: rgb(187,197,223); }
div.DivClassName
{
background-color: #BBC5DF;
}
.BgClassName
{
background-color: #BBC5DF;
}
</style>
border-color css
<style>
span { border-color: #BBC5DF; }
span { border-color: rgb(187,197,223); }
td.TdClassName
{
border-color: #BBC5DF;
}
.TagClassName
{
border-color: #BBC5DF;
}
</style>