Shades of Periwinkle #BBC6DF
Tints of Periwinkle #BBC6DF
RGB
CMYK
RGB Variations
Color information
#BBC6DF (or 0xBBC6DF) is known color: Periwinkle. HEX triplet: BB, C6 and DF. RGB value is (187,198,223). Sum of RGB (Red+Green+Blue) = 187+198+223=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6DF is #443920. Grayscale: #C5C5C5. Windows color (decimal): -4471073 or 14665403. OLE color: 14665403.
HSL color Cylindrical-coordinate representation of color #BBC6DF: hue angle of 221.67º 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 #BBC6DF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 198 | 223 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.13 |
| HSL | 221.67º | 0.36% | 0.8% | - |
| HSV(B) | 221.67º | 0.16% | 0.87% | - |
| XYZ | 54.01 | 56.28 | 77.83 | - |
| YUV | 197.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 223 | 0.16 | 0.11 | 0 | 0.13 | 221.67 | 0.36 | 0.8 |
| Hex | BB | C6 | DF | 10 | B | 0 | D | DE | 24 | 50 |
| Octal | 273 | 306 | 337 | 20 | 13 | 0 | 15 | 336 | 44 | 120 |
| Binary | 10111011 | 11000110 | 11011111 | 10000 | 1011 | 0 | 1101 | 11011110 | 100100 | 1010000 |
Color Harmonies of #BBC6DF
Complementary color
Monochromatic Colors of #BBC6DF
Black with #BBC6DF
Text Example
Text Example
White with #BBC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6DF; }
p { color: rgb(187,198,223); }
H1.HeaderClassName
{
color: #BBC6DF;
}
.AnyTagClassName
{
color: #BBC6DF;
}
</style>
background-color css
<style>
a { background-color: #BBC6DF; }
a { background-color: rgb(187,198,223); }
div.DivClassName
{
background-color: #BBC6DF;
}
.BgClassName
{
background-color: #BBC6DF;
}
</style>
border-color css
<style>
span { border-color: #BBC6DF; }
span { border-color: rgb(187,198,223); }
td.TdClassName
{
border-color: #BBC6DF;
}
.TagClassName
{
border-color: #BBC6DF;
}
</style>