Shades of Periwinkle #BBC3DC
Tints of Periwinkle #BBC3DC
RGB
CMYK
RGB Variations
Color information
#BBC3DC (or 0xBBC3DC) is known color: Periwinkle. HEX triplet: BB, C3 and DC. RGB value is (187,195,220). Sum of RGB (Red+Green+Blue) = 187+195+220=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3DC is #443C23. Grayscale: #C3C3C3. Windows color (decimal): -4471844 or 14468027. OLE color: 14468027.
HSL color Cylindrical-coordinate representation of color #BBC3DC: hue angle of 225.45º 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 #BBC3DC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 195 | 220 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.14 |
| HSL | 225.45º | 0.32% | 0.8% | - |
| HSV(B) | 225.45º | 0.15% | 0.86% | - |
| XYZ | 52.93 | 54.76 | 75.49 | - |
| YUV | 195.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 220 | 0.15 | 0.11 | 0 | 0.14 | 225.45 | 0.32 | 0.8 |
| Hex | BB | C3 | DC | F | B | 0 | E | E1 | 20 | 50 |
| Octal | 273 | 303 | 334 | 17 | 13 | 0 | 16 | 341 | 40 | 120 |
| Binary | 10111011 | 11000011 | 11011100 | 1111 | 1011 | 0 | 1110 | 11100001 | 100000 | 1010000 |
Color Harmonies of #BBC3DC
Complementary color
Monochromatic Colors of #BBC3DC
Black with #BBC3DC
Text Example
Text Example
White with #BBC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3DC; }
p { color: rgb(187,195,220); }
H1.HeaderClassName
{
color: #BBC3DC;
}
.AnyTagClassName
{
color: #BBC3DC;
}
</style>
background-color css
<style>
a { background-color: #BBC3DC; }
a { background-color: rgb(187,195,220); }
div.DivClassName
{
background-color: #BBC3DC;
}
.BgClassName
{
background-color: #BBC3DC;
}
</style>
border-color css
<style>
span { border-color: #BBC3DC; }
span { border-color: rgb(187,195,220); }
td.TdClassName
{
border-color: #BBC3DC;
}
.TagClassName
{
border-color: #BBC3DC;
}
</style>