Shades of Periwinkle #BCD0EF
Tints of Periwinkle #BCD0EF
RGB
CMYK
RGB Variations
Color information
#BCD0EF (or 0xBCD0EF) is known color: Periwinkle. HEX triplet: BC, D0 and EF. RGB value is (188,208,239). Sum of RGB (Red+Green+Blue) = 188+208+239=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCD0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0EF is #432F10. Grayscale: #CDCDCD. Windows color (decimal): -4402961 or 15716540. OLE color: 15716540.
HSL color Cylindrical-coordinate representation of color #BCD0EF: hue angle of 216.47º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD0EF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 208 | 239 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.06 |
| HSL | 216.47º | 0.61% | 0.84% | - |
| HSV(B) | 216.47º | 0.21% | 0.94% | - |
| XYZ | 58.87 | 62.04 | 90.53 | - |
| YUV | 205.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 239 | 0.21 | 0.13 | 0 | 0.06 | 216.47 | 0.61 | 0.84 |
| Hex | BC | D0 | EF | 15 | D | 0 | 6 | D8 | 3D | 54 |
| Octal | 274 | 320 | 357 | 25 | 15 | 0 | 6 | 330 | 75 | 124 |
| Binary | 10111100 | 11010000 | 11101111 | 10101 | 1101 | 0 | 110 | 11011000 | 111101 | 1010100 |
Color Harmonies of #BCD0EF
Complementary color
Monochromatic Colors of #BCD0EF
Black with #BCD0EF
Text Example
Text Example
White with #BCD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0EF; }
p { color: rgb(188,208,239); }
H1.HeaderClassName
{
color: #BCD0EF;
}
.AnyTagClassName
{
color: #BCD0EF;
}
</style>
background-color css
<style>
a { background-color: #BCD0EF; }
a { background-color: rgb(188,208,239); }
div.DivClassName
{
background-color: #BCD0EF;
}
.BgClassName
{
background-color: #BCD0EF;
}
</style>
border-color css
<style>
span { border-color: #BCD0EF; }
span { border-color: rgb(188,208,239); }
td.TdClassName
{
border-color: #BCD0EF;
}
.TagClassName
{
border-color: #BCD0EF;
}
</style>