Shades of Periwinkle #BBC4DF
Tints of Periwinkle #BBC4DF
RGB
CMYK
RGB Variations
Color information
#BBC4DF (or 0xBBC4DF) is known color: Periwinkle. HEX triplet: BB, C4 and DF. RGB value is (187,196,223). Sum of RGB (Red+Green+Blue) = 187+196+223=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4DF is #443B20. Grayscale: #C4C4C4. Windows color (decimal): -4471585 or 14664891. OLE color: 14664891.
HSL color Cylindrical-coordinate representation of color #BBC4DF: hue angle of 225º 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 #BBC4DF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 196 | 223 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.13 |
| HSL | 225º | 0.36% | 0.8% | - |
| HSV(B) | 225º | 0.16% | 0.87% | - |
| XYZ | 53.55 | 55.37 | 77.68 | - |
| YUV | 196.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 223 | 0.16 | 0.12 | 0 | 0.13 | 225 | 0.36 | 0.8 |
| Hex | BB | C4 | DF | 10 | C | 0 | D | E1 | 24 | 50 |
| Octal | 273 | 304 | 337 | 20 | 14 | 0 | 15 | 341 | 44 | 120 |
| Binary | 10111011 | 11000100 | 11011111 | 10000 | 1100 | 0 | 1101 | 11100001 | 100100 | 1010000 |
Color Harmonies of #BBC4DF
Complementary color
Monochromatic Colors of #BBC4DF
Black with #BBC4DF
Text Example
Text Example
White with #BBC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4DF; }
p { color: rgb(187,196,223); }
H1.HeaderClassName
{
color: #BBC4DF;
}
.AnyTagClassName
{
color: #BBC4DF;
}
</style>
background-color css
<style>
a { background-color: #BBC4DF; }
a { background-color: rgb(187,196,223); }
div.DivClassName
{
background-color: #BBC4DF;
}
.BgClassName
{
background-color: #BBC4DF;
}
</style>
border-color css
<style>
span { border-color: #BBC4DF; }
span { border-color: rgb(187,196,223); }
td.TdClassName
{
border-color: #BBC4DF;
}
.TagClassName
{
border-color: #BBC4DF;
}
</style>