Shades of Periwinkle #BCD0FC
Tints of Periwinkle #BCD0FC
RGB
CMYK
RGB Variations
Color information
#BCD0FC (or 0xBCD0FC) is known color: Periwinkle. HEX triplet: BC, D0 and FC. RGB value is (188,208,252). Sum of RGB (Red+Green+Blue) = 188+208+252=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0FC is #432F03. Grayscale: #CECECE. Windows color (decimal): -4402948 or 16568508. OLE color: 16568508.
HSL color Cylindrical-coordinate representation of color #BCD0FC: hue angle of 221.25º 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 #BCD0FC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 208 | 252 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.01 |
| HSL | 221.25º | 0.91% | 0.86% | - |
| HSV(B) | 221.25º | 0.25% | 0.99% | - |
| XYZ | 60.87 | 62.83 | 101.02 | - |
| YUV | 207.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 252 | 0.25 | 0.17 | 0 | 0.01 | 221.25 | 0.91 | 0.86 |
| Hex | BC | D0 | FC | 19 | 11 | 0 | 1 | DD | 5B | 56 |
| Octal | 274 | 320 | 374 | 31 | 21 | 0 | 1 | 335 | 133 | 126 |
| Binary | 10111100 | 11010000 | 11111100 | 11001 | 10001 | 0 | 1 | 11011101 | 1011011 | 1010110 |
Color Harmonies of #BCD0FC
Complementary color
Monochromatic Colors of #BCD0FC
Black with #BCD0FC
Text Example
Text Example
White with #BCD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0FC; }
p { color: rgb(188,208,252); }
H1.HeaderClassName
{
color: #BCD0FC;
}
.AnyTagClassName
{
color: #BCD0FC;
}
</style>
background-color css
<style>
a { background-color: #BCD0FC; }
a { background-color: rgb(188,208,252); }
div.DivClassName
{
background-color: #BCD0FC;
}
.BgClassName
{
background-color: #BCD0FC;
}
</style>
border-color css
<style>
span { border-color: #BCD0FC; }
span { border-color: rgb(188,208,252); }
td.TdClassName
{
border-color: #BCD0FC;
}
.TagClassName
{
border-color: #BCD0FC;
}
</style>