Shades of Periwinkle #BCD2FA
Tints of Periwinkle #BCD2FA
RGB
CMYK
RGB Variations
Color information
#BCD2FA (or 0xBCD2FA) is known color: Periwinkle. HEX triplet: BC, D2 and FA. RGB value is (188,210,250). Sum of RGB (Red+Green+Blue) = 188+210+250=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2FA is #432D05. Grayscale: #CFCFCF. Windows color (decimal): -4402438 or 16437948. OLE color: 16437948.
HSL color Cylindrical-coordinate representation of color #BCD2FA: hue angle of 218.71º 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 #BCD2FA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 210 | 250 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.02 |
| HSL | 218.71º | 0.86% | 0.86% | - |
| HSV(B) | 218.71º | 0.25% | 0.98% | - |
| XYZ | 61.04 | 63.69 | 99.52 | - |
| YUV | 207.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 250 | 0.25 | 0.16 | 0 | 0.02 | 218.71 | 0.86 | 0.86 |
| Hex | BC | D2 | FA | 19 | 10 | 0 | 2 | DB | 56 | 56 |
| Octal | 274 | 322 | 372 | 31 | 20 | 0 | 2 | 333 | 126 | 126 |
| Binary | 10111100 | 11010010 | 11111010 | 11001 | 10000 | 0 | 10 | 11011011 | 1010110 | 1010110 |
Color Harmonies of #BCD2FA
Complementary color
Monochromatic Colors of #BCD2FA
Black with #BCD2FA
Text Example
Text Example
White with #BCD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2FA; }
p { color: rgb(188,210,250); }
H1.HeaderClassName
{
color: #BCD2FA;
}
.AnyTagClassName
{
color: #BCD2FA;
}
</style>
background-color css
<style>
a { background-color: #BCD2FA; }
a { background-color: rgb(188,210,250); }
div.DivClassName
{
background-color: #BCD2FA;
}
.BgClassName
{
background-color: #BCD2FA;
}
</style>
border-color css
<style>
span { border-color: #BCD2FA; }
span { border-color: rgb(188,210,250); }
td.TdClassName
{
border-color: #BCD2FA;
}
.TagClassName
{
border-color: #BCD2FA;
}
</style>