Shades of Periwinkle #BCC8F6
Tints of Periwinkle #BCC8F6
RGB
CMYK
RGB Variations
Color information
#BCC8F6 (or 0xBCC8F6) is known color: Periwinkle. HEX triplet: BC, C8 and F6. RGB value is (188,200,246). Sum of RGB (Red+Green+Blue) = 188+200+246=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCC8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8F6 is #433709. Grayscale: #C9C9C9. Windows color (decimal): -4405002 or 16173244. OLE color: 16173244.
HSL color Cylindrical-coordinate representation of color #BCC8F6: hue angle of 227.59º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC8F6 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 200 | 246 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.04 |
| HSL | 227.59º | 0.76% | 0.85% | - |
| HSV(B) | 227.59º | 0.24% | 0.96% | - |
| XYZ | 58.03 | 58.65 | 95.45 | - |
| YUV | 201.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 246 | 0.24 | 0.19 | 0 | 0.04 | 227.59 | 0.76 | 0.85 |
| Hex | BC | C8 | F6 | 18 | 13 | 0 | 4 | E4 | 4C | 55 |
| Octal | 274 | 310 | 366 | 30 | 23 | 0 | 4 | 344 | 114 | 125 |
| Binary | 10111100 | 11001000 | 11110110 | 11000 | 10011 | 0 | 100 | 11100100 | 1001100 | 1010101 |
Color Harmonies of #BCC8F6
Complementary color
Monochromatic Colors of #BCC8F6
Black with #BCC8F6
Text Example
Text Example
White with #BCC8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8F6; }
p { color: rgb(188,200,246); }
H1.HeaderClassName
{
color: #BCC8F6;
}
.AnyTagClassName
{
color: #BCC8F6;
}
</style>
background-color css
<style>
a { background-color: #BCC8F6; }
a { background-color: rgb(188,200,246); }
div.DivClassName
{
background-color: #BCC8F6;
}
.BgClassName
{
background-color: #BCC8F6;
}
</style>
border-color css
<style>
span { border-color: #BCC8F6; }
span { border-color: rgb(188,200,246); }
td.TdClassName
{
border-color: #BCC8F6;
}
.TagClassName
{
border-color: #BCC8F6;
}
</style>