Shades of Periwinkle #BCCEFD
Tints of Periwinkle #BCCEFD
RGB
CMYK
RGB Variations
Color information
#BCCEFD (or 0xBCCEFD) is known color: Periwinkle. HEX triplet: BC, CE and FD. RGB value is (188,206,253). Sum of RGB (Red+Green+Blue) = 188+206+253=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEFD is #433102. Grayscale: #CDCDCD. Windows color (decimal): -4403459 or 16633532. OLE color: 16633532.
HSL color Cylindrical-coordinate representation of color #BCCEFD: hue angle of 223.38º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCEFD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 206 | 253 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.01 |
| HSL | 223.38º | 0.94% | 0.86% | - |
| HSV(B) | 223.38º | 0.26% | 0.99% | - |
| XYZ | 60.54 | 61.93 | 101.69 | - |
| YUV | 205.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 253 | 0.26 | 0.19 | 0 | 0.01 | 223.38 | 0.94 | 0.86 |
| Hex | BC | CE | FD | 1A | 13 | 0 | 1 | DF | 5E | 56 |
| Octal | 274 | 316 | 375 | 32 | 23 | 0 | 1 | 337 | 136 | 126 |
| Binary | 10111100 | 11001110 | 11111101 | 11010 | 10011 | 0 | 1 | 11011111 | 1011110 | 1010110 |
Color Harmonies of #BCCEFD
Complementary color
Monochromatic Colors of #BCCEFD
Black with #BCCEFD
Text Example
Text Example
White with #BCCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEFD; }
p { color: rgb(188,206,253); }
H1.HeaderClassName
{
color: #BCCEFD;
}
.AnyTagClassName
{
color: #BCCEFD;
}
</style>
background-color css
<style>
a { background-color: #BCCEFD; }
a { background-color: rgb(188,206,253); }
div.DivClassName
{
background-color: #BCCEFD;
}
.BgClassName
{
background-color: #BCCEFD;
}
</style>
border-color css
<style>
span { border-color: #BCCEFD; }
span { border-color: rgb(188,206,253); }
td.TdClassName
{
border-color: #BCCEFD;
}
.TagClassName
{
border-color: #BCCEFD;
}
</style>