Shades of Periwinkle #BCCDFE
Tints of Periwinkle #BCCDFE
RGB
CMYK
RGB Variations
Color information
#BCCDFE (or 0xBCCDFE) is known color: Periwinkle. HEX triplet: BC, CD and FE. RGB value is (188,205,254). Sum of RGB (Red+Green+Blue) = 188+205+254=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCCDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDFE is #433201. Grayscale: #CDCDCD. Windows color (decimal): -4403714 or 16698812. OLE color: 16698812.
HSL color Cylindrical-coordinate representation of color #BCCDFE: hue angle of 224.55º 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 #BCCDFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 205 | 254 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.00 |
| HSL | 224.55º | 0.97% | 0.87% | - |
| HSV(B) | 224.55º | 0.26% | 1% | - |
| XYZ | 60.46 | 61.51 | 102.45 | - |
| YUV | 205.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 254 | 0.26 | 0.19 | 0 | 0.00 | 224.55 | 0.97 | 0.87 |
| Hex | BC | CD | FE | 1A | 13 | 0 | 0 | E1 | 61 | 57 |
| Octal | 274 | 315 | 376 | 32 | 23 | 0 | 0 | 341 | 141 | 127 |
| Binary | 10111100 | 11001101 | 11111110 | 11010 | 10011 | 0 | 0 | 11100001 | 1100001 | 1010111 |
Color Harmonies of #BCCDFE
Complementary color
Monochromatic Colors of #BCCDFE
Black with #BCCDFE
Text Example
Text Example
White with #BCCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDFE; }
p { color: rgb(188,205,254); }
H1.HeaderClassName
{
color: #BCCDFE;
}
.AnyTagClassName
{
color: #BCCDFE;
}
</style>
background-color css
<style>
a { background-color: #BCCDFE; }
a { background-color: rgb(188,205,254); }
div.DivClassName
{
background-color: #BCCDFE;
}
.BgClassName
{
background-color: #BCCDFE;
}
</style>
border-color css
<style>
span { border-color: #BCCDFE; }
span { border-color: rgb(188,205,254); }
td.TdClassName
{
border-color: #BCCDFE;
}
.TagClassName
{
border-color: #BCCDFE;
}
</style>