Shades of Periwinkle #BCD3FB
Tints of Periwinkle #BCD3FB
RGB
CMYK
RGB Variations
Color information
#BCD3FB (or 0xBCD3FB) is known color: Periwinkle. HEX triplet: BC, D3 and FB. RGB value is (188,211,251). Sum of RGB (Red+Green+Blue) = 188+211+251=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3FB is #432C04. Grayscale: #D0D0D0. Windows color (decimal): -4402181 or 16503740. OLE color: 16503740.
HSL color Cylindrical-coordinate representation of color #BCD3FB: hue angle of 218.1º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD3FB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 211 | 251 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.02 |
| HSL | 218.1º | 0.89% | 0.86% | - |
| HSV(B) | 218.1º | 0.25% | 0.98% | - |
| XYZ | 61.45 | 64.24 | 100.43 | - |
| YUV | 208.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 251 | 0.25 | 0.16 | 0 | 0.02 | 218.1 | 0.89 | 0.86 |
| Hex | BC | D3 | FB | 19 | 10 | 0 | 2 | DA | 59 | 56 |
| Octal | 274 | 323 | 373 | 31 | 20 | 0 | 2 | 332 | 131 | 126 |
| Binary | 10111100 | 11010011 | 11111011 | 11001 | 10000 | 0 | 10 | 11011010 | 1011001 | 1010110 |
Color Harmonies of #BCD3FB
Complementary color
Monochromatic Colors of #BCD3FB
Black with #BCD3FB
Text Example
Text Example
White with #BCD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3FB; }
p { color: rgb(188,211,251); }
H1.HeaderClassName
{
color: #BCD3FB;
}
.AnyTagClassName
{
color: #BCD3FB;
}
</style>
background-color css
<style>
a { background-color: #BCD3FB; }
a { background-color: rgb(188,211,251); }
div.DivClassName
{
background-color: #BCD3FB;
}
.BgClassName
{
background-color: #BCD3FB;
}
</style>
border-color css
<style>
span { border-color: #BCD3FB; }
span { border-color: rgb(188,211,251); }
td.TdClassName
{
border-color: #BCD3FB;
}
.TagClassName
{
border-color: #BCD3FB;
}
</style>