Shades of Periwinkle #BBC3DD
Tints of Periwinkle #BBC3DD
RGB
CMYK
RGB Variations
Color information
#BBC3DD (or 0xBBC3DD) is known color: Periwinkle. HEX triplet: BB, C3 and DD. RGB value is (187,195,221). Sum of RGB (Red+Green+Blue) = 187+195+221=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3DD is #443C22. Grayscale: #C3C3C3. Windows color (decimal): -4471843 or 14533563. OLE color: 14533563.
HSL color Cylindrical-coordinate representation of color #BBC3DD: hue angle of 225.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC3DD is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 195 | 221 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.13 |
| HSL | 225.88º | 0.33% | 0.8% | - |
| HSV(B) | 225.88º | 0.15% | 0.87% | - |
| XYZ | 53.06 | 54.82 | 76.19 | - |
| YUV | 195.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 221 | 0.15 | 0.12 | 0 | 0.13 | 225.88 | 0.33 | 0.8 |
| Hex | BB | C3 | DD | F | C | 0 | D | E2 | 21 | 50 |
| Octal | 273 | 303 | 335 | 17 | 14 | 0 | 15 | 342 | 41 | 120 |
| Binary | 10111011 | 11000011 | 11011101 | 1111 | 1100 | 0 | 1101 | 11100010 | 100001 | 1010000 |
Color Harmonies of #BBC3DD
Complementary color
Monochromatic Colors of #BBC3DD
Black with #BBC3DD
Text Example
Text Example
White with #BBC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3DD; }
p { color: rgb(187,195,221); }
H1.HeaderClassName
{
color: #BBC3DD;
}
.AnyTagClassName
{
color: #BBC3DD;
}
</style>
background-color css
<style>
a { background-color: #BBC3DD; }
a { background-color: rgb(187,195,221); }
div.DivClassName
{
background-color: #BBC3DD;
}
.BgClassName
{
background-color: #BBC3DD;
}
</style>
border-color css
<style>
span { border-color: #BBC3DD; }
span { border-color: rgb(187,195,221); }
td.TdClassName
{
border-color: #BBC3DD;
}
.TagClassName
{
border-color: #BBC3DD;
}
</style>