Shades of Periwinkle #BBC4DD
Tints of Periwinkle #BBC4DD
RGB
CMYK
RGB Variations
Color information
#BBC4DD (or 0xBBC4DD) is known color: Periwinkle. HEX triplet: BB, C4 and DD. RGB value is (187,196,221). Sum of RGB (Red+Green+Blue) = 187+196+221=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4DD is #443B22. Grayscale: #C4C4C4. Windows color (decimal): -4471587 or 14533819. OLE color: 14533819.
HSL color Cylindrical-coordinate representation of color #BBC4DD: hue angle of 224.12º 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 #BBC4DD is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 196 | 221 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.13 |
| HSL | 224.12º | 0.33% | 0.8% | - |
| HSV(B) | 224.12º | 0.15% | 0.87% | - |
| XYZ | 53.28 | 55.27 | 76.27 | - |
| YUV | 196.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 221 | 0.15 | 0.11 | 0 | 0.13 | 224.12 | 0.33 | 0.8 |
| Hex | BB | C4 | DD | F | B | 0 | D | E0 | 21 | 50 |
| Octal | 273 | 304 | 335 | 17 | 13 | 0 | 15 | 340 | 41 | 120 |
| Binary | 10111011 | 11000100 | 11011101 | 1111 | 1011 | 0 | 1101 | 11100000 | 100001 | 1010000 |
Color Harmonies of #BBC4DD
Complementary color
Monochromatic Colors of #BBC4DD
Black with #BBC4DD
Text Example
Text Example
White with #BBC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4DD; }
p { color: rgb(187,196,221); }
H1.HeaderClassName
{
color: #BBC4DD;
}
.AnyTagClassName
{
color: #BBC4DD;
}
</style>
background-color css
<style>
a { background-color: #BBC4DD; }
a { background-color: rgb(187,196,221); }
div.DivClassName
{
background-color: #BBC4DD;
}
.BgClassName
{
background-color: #BBC4DD;
}
</style>
border-color css
<style>
span { border-color: #BBC4DD; }
span { border-color: rgb(187,196,221); }
td.TdClassName
{
border-color: #BBC4DD;
}
.TagClassName
{
border-color: #BBC4DD;
}
</style>