Shades of Periwinkle #BBC1DC
Tints of Periwinkle #BBC1DC
RGB
CMYK
RGB Variations
Color information
#BBC1DC (or 0xBBC1DC) is known color: Periwinkle. HEX triplet: BB, C1 and DC. RGB value is (187,193,220). Sum of RGB (Red+Green+Blue) = 187+193+220=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1DC is #443E23. Grayscale: #C2C2C2. Windows color (decimal): -4472356 or 14467515. OLE color: 14467515.
HSL color Cylindrical-coordinate representation of color #BBC1DC: hue angle of 229.09º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC1DC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 193 | 220 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.14 |
| HSL | 229.09º | 0.32% | 0.8% | - |
| HSV(B) | 229.09º | 0.15% | 0.86% | - |
| XYZ | 52.48 | 53.87 | 75.34 | - |
| YUV | 194.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 220 | 0.15 | 0.12 | 0 | 0.14 | 229.09 | 0.32 | 0.8 |
| Hex | BB | C1 | DC | F | C | 0 | E | E5 | 20 | 50 |
| Octal | 273 | 301 | 334 | 17 | 14 | 0 | 16 | 345 | 40 | 120 |
| Binary | 10111011 | 11000001 | 11011100 | 1111 | 1100 | 0 | 1110 | 11100101 | 100000 | 1010000 |
Color Harmonies of #BBC1DC
Complementary color
Monochromatic Colors of #BBC1DC
Black with #BBC1DC
Text Example
Text Example
White with #BBC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1DC; }
p { color: rgb(187,193,220); }
H1.HeaderClassName
{
color: #BBC1DC;
}
.AnyTagClassName
{
color: #BBC1DC;
}
</style>
background-color css
<style>
a { background-color: #BBC1DC; }
a { background-color: rgb(187,193,220); }
div.DivClassName
{
background-color: #BBC1DC;
}
.BgClassName
{
background-color: #BBC1DC;
}
</style>
border-color css
<style>
span { border-color: #BBC1DC; }
span { border-color: rgb(187,193,220); }
td.TdClassName
{
border-color: #BBC1DC;
}
.TagClassName
{
border-color: #BBC1DC;
}
</style>