Shades of Periwinkle #BCCFFC
Tints of Periwinkle #BCCFFC
RGB
CMYK
RGB Variations
Color information
#BCCFFC (or 0xBCCFFC) is known color: Periwinkle. HEX triplet: BC, CF and FC. RGB value is (188,207,252). Sum of RGB (Red+Green+Blue) = 188+207+252=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCCFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFFC is #433003. Grayscale: #CECECE. Windows color (decimal): -4403204 or 16568252. OLE color: 16568252.
HSL color Cylindrical-coordinate representation of color #BCCFFC: hue angle of 222.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCFFC is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 207 | 252 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.01 |
| HSL | 222.19º | 0.91% | 0.86% | - |
| HSV(B) | 222.19º | 0.25% | 0.99% | - |
| XYZ | 60.62 | 62.35 | 100.93 | - |
| YUV | 206.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 252 | 0.25 | 0.18 | 0 | 0.01 | 222.19 | 0.91 | 0.86 |
| Hex | BC | CF | FC | 19 | 12 | 0 | 1 | DE | 5B | 56 |
| Octal | 274 | 317 | 374 | 31 | 22 | 0 | 1 | 336 | 133 | 126 |
| Binary | 10111100 | 11001111 | 11111100 | 11001 | 10010 | 0 | 1 | 11011110 | 1011011 | 1010110 |
Color Harmonies of #BCCFFC
Complementary color
Monochromatic Colors of #BCCFFC
Black with #BCCFFC
Text Example
Text Example
White with #BCCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFFC; }
p { color: rgb(188,207,252); }
H1.HeaderClassName
{
color: #BCCFFC;
}
.AnyTagClassName
{
color: #BCCFFC;
}
</style>
background-color css
<style>
a { background-color: #BCCFFC; }
a { background-color: rgb(188,207,252); }
div.DivClassName
{
background-color: #BCCFFC;
}
.BgClassName
{
background-color: #BCCFFC;
}
</style>
border-color css
<style>
span { border-color: #BCCFFC; }
span { border-color: rgb(188,207,252); }
td.TdClassName
{
border-color: #BCCFFC;
}
.TagClassName
{
border-color: #BCCFFC;
}
</style>