Shades of Periwinkle #BCC6DF
Tints of Periwinkle #BCC6DF
RGB
CMYK
RGB Variations
Color information
#BCC6DF (or 0xBCC6DF) is known color: Periwinkle. HEX triplet: BC, C6 and DF. RGB value is (188,198,223). Sum of RGB (Red+Green+Blue) = 188+198+223=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6DF is #433920. Grayscale: #C5C5C5. Windows color (decimal): -4405537 or 14665404. OLE color: 14665404.
HSL color Cylindrical-coordinate representation of color #BCC6DF: hue angle of 222.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC6DF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 198 | 223 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.13 |
| HSL | 222.86º | 0.35% | 0.81% | - |
| HSV(B) | 222.86º | 0.16% | 0.87% | - |
| XYZ | 54.25 | 56.41 | 77.84 | - |
| YUV | 197.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 223 | 0.16 | 0.11 | 0 | 0.13 | 222.86 | 0.35 | 0.81 |
| Hex | BC | C6 | DF | 10 | B | 0 | D | DF | 23 | 51 |
| Octal | 274 | 306 | 337 | 20 | 13 | 0 | 15 | 337 | 43 | 121 |
| Binary | 10111100 | 11000110 | 11011111 | 10000 | 1011 | 0 | 1101 | 11011111 | 100011 | 1010001 |
Color Harmonies of #BCC6DF
Complementary color
Monochromatic Colors of #BCC6DF
Black with #BCC6DF
Text Example
Text Example
White with #BCC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6DF; }
p { color: rgb(188,198,223); }
H1.HeaderClassName
{
color: #BCC6DF;
}
.AnyTagClassName
{
color: #BCC6DF;
}
</style>
background-color css
<style>
a { background-color: #BCC6DF; }
a { background-color: rgb(188,198,223); }
div.DivClassName
{
background-color: #BCC6DF;
}
.BgClassName
{
background-color: #BCC6DF;
}
</style>
border-color css
<style>
span { border-color: #BCC6DF; }
span { border-color: rgb(188,198,223); }
td.TdClassName
{
border-color: #BCC6DF;
}
.TagClassName
{
border-color: #BCC6DF;
}
</style>