Shades of Periwinkle #BCD0FA
Tints of Periwinkle #BCD0FA
RGB
CMYK
RGB Variations
Color information
#BCD0FA (or 0xBCD0FA) is known color: Periwinkle. HEX triplet: BC, D0 and FA. RGB value is (188,208,250). Sum of RGB (Red+Green+Blue) = 188+208+250=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0FA is #432F05. Grayscale: #CECECE. Windows color (decimal): -4402950 or 16437436. OLE color: 16437436.
HSL color Cylindrical-coordinate representation of color #BCD0FA: hue angle of 220.65º degrees, saturation: 0.86, 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 #BCD0FA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 208 | 250 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.02 |
| HSL | 220.65º | 0.86% | 0.86% | - |
| HSV(B) | 220.65º | 0.25% | 0.98% | - |
| XYZ | 60.55 | 62.71 | 99.35 | - |
| YUV | 206.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 250 | 0.25 | 0.17 | 0 | 0.02 | 220.65 | 0.86 | 0.86 |
| Hex | BC | D0 | FA | 19 | 11 | 0 | 2 | DD | 56 | 56 |
| Octal | 274 | 320 | 372 | 31 | 21 | 0 | 2 | 335 | 126 | 126 |
| Binary | 10111100 | 11010000 | 11111010 | 11001 | 10001 | 0 | 10 | 11011101 | 1010110 | 1010110 |
Color Harmonies of #BCD0FA
Complementary color
Monochromatic Colors of #BCD0FA
Black with #BCD0FA
Text Example
Text Example
White with #BCD0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0FA; }
p { color: rgb(188,208,250); }
H1.HeaderClassName
{
color: #BCD0FA;
}
.AnyTagClassName
{
color: #BCD0FA;
}
</style>
background-color css
<style>
a { background-color: #BCD0FA; }
a { background-color: rgb(188,208,250); }
div.DivClassName
{
background-color: #BCD0FA;
}
.BgClassName
{
background-color: #BCD0FA;
}
</style>
border-color css
<style>
span { border-color: #BCD0FA; }
span { border-color: rgb(188,208,250); }
td.TdClassName
{
border-color: #BCD0FA;
}
.TagClassName
{
border-color: #BCD0FA;
}
</style>