Shades of Periwinkle #BCD0FE
Tints of Periwinkle #BCD0FE
RGB
CMYK
RGB Variations
Color information
#BCD0FE (or 0xBCD0FE) is known color: Periwinkle. HEX triplet: BC, D0 and FE. RGB value is (188,208,254). Sum of RGB (Red+Green+Blue) = 188+208+254=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0FE is #432F01. Grayscale: #CFCFCF. Windows color (decimal): -4402946 or 16699580. OLE color: 16699580.
HSL color Cylindrical-coordinate representation of color #BCD0FE: hue angle of 221.82º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD0FE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 208 | 254 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.00 |
| HSL | 221.82º | 0.97% | 0.87% | - |
| HSV(B) | 221.82º | 0.26% | 1% | - |
| XYZ | 61.18 | 62.96 | 102.69 | - |
| YUV | 207.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 254 | 0.26 | 0.18 | 0 | 0.00 | 221.82 | 0.97 | 0.87 |
| Hex | BC | D0 | FE | 1A | 12 | 0 | 0 | DE | 61 | 57 |
| Octal | 274 | 320 | 376 | 32 | 22 | 0 | 0 | 336 | 141 | 127 |
| Binary | 10111100 | 11010000 | 11111110 | 11010 | 10010 | 0 | 0 | 11011110 | 1100001 | 1010111 |
Color Harmonies of #BCD0FE
Complementary color
Monochromatic Colors of #BCD0FE
Black with #BCD0FE
Text Example
Text Example
White with #BCD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0FE; }
p { color: rgb(188,208,254); }
H1.HeaderClassName
{
color: #BCD0FE;
}
.AnyTagClassName
{
color: #BCD0FE;
}
</style>
background-color css
<style>
a { background-color: #BCD0FE; }
a { background-color: rgb(188,208,254); }
div.DivClassName
{
background-color: #BCD0FE;
}
.BgClassName
{
background-color: #BCD0FE;
}
</style>
border-color css
<style>
span { border-color: #BCD0FE; }
span { border-color: rgb(188,208,254); }
td.TdClassName
{
border-color: #BCD0FE;
}
.TagClassName
{
border-color: #BCD0FE;
}
</style>