Shades of Periwinkle #BCD2FC
Tints of Periwinkle #BCD2FC
RGB
CMYK
RGB Variations
Color information
#BCD2FC (or 0xBCD2FC) is known color: Periwinkle. HEX triplet: BC, D2 and FC. RGB value is (188,210,252). Sum of RGB (Red+Green+Blue) = 188+210+252=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2FC is #432D03. Grayscale: #D0D0D0. Windows color (decimal): -4402436 or 16569020. OLE color: 16569020.
HSL color Cylindrical-coordinate representation of color #BCD2FC: hue angle of 219.38º 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 #BCD2FC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 210 | 252 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.01 |
| HSL | 219.38º | 0.91% | 0.86% | - |
| HSV(B) | 219.38º | 0.25% | 0.99% | - |
| XYZ | 61.36 | 63.81 | 101.18 | - |
| YUV | 208.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 252 | 0.25 | 0.17 | 0 | 0.01 | 219.38 | 0.91 | 0.86 |
| Hex | BC | D2 | FC | 19 | 11 | 0 | 1 | DB | 5B | 56 |
| Octal | 274 | 322 | 374 | 31 | 21 | 0 | 1 | 333 | 133 | 126 |
| Binary | 10111100 | 11010010 | 11111100 | 11001 | 10001 | 0 | 1 | 11011011 | 1011011 | 1010110 |
Color Harmonies of #BCD2FC
Complementary color
Monochromatic Colors of #BCD2FC
Black with #BCD2FC
Text Example
Text Example
White with #BCD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2FC; }
p { color: rgb(188,210,252); }
H1.HeaderClassName
{
color: #BCD2FC;
}
.AnyTagClassName
{
color: #BCD2FC;
}
</style>
background-color css
<style>
a { background-color: #BCD2FC; }
a { background-color: rgb(188,210,252); }
div.DivClassName
{
background-color: #BCD2FC;
}
.BgClassName
{
background-color: #BCD2FC;
}
</style>
border-color css
<style>
span { border-color: #BCD2FC; }
span { border-color: rgb(188,210,252); }
td.TdClassName
{
border-color: #BCD2FC;
}
.TagClassName
{
border-color: #BCD2FC;
}
</style>