Shades of Periwinkle #BCCEFA
Tints of Periwinkle #BCCEFA
RGB
CMYK
RGB Variations
Color information
#BCCEFA (or 0xBCCEFA) is known color: Periwinkle. HEX triplet: BC, CE and FA. RGB value is (188,206,250). Sum of RGB (Red+Green+Blue) = 188+206+250=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEFA is #433105. Grayscale: #CDCDCD. Windows color (decimal): -4403462 or 16436924. OLE color: 16436924.
HSL color Cylindrical-coordinate representation of color #BCCEFA: hue angle of 222.58º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCEFA is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 206 | 250 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.02 |
| HSL | 222.58º | 0.86% | 0.86% | - |
| HSV(B) | 222.58º | 0.25% | 0.98% | - |
| XYZ | 60.07 | 61.74 | 99.19 | - |
| YUV | 205.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 250 | 0.25 | 0.18 | 0 | 0.02 | 222.58 | 0.86 | 0.86 |
| Hex | BC | CE | FA | 19 | 12 | 0 | 2 | DF | 56 | 56 |
| Octal | 274 | 316 | 372 | 31 | 22 | 0 | 2 | 337 | 126 | 126 |
| Binary | 10111100 | 11001110 | 11111010 | 11001 | 10010 | 0 | 10 | 11011111 | 1010110 | 1010110 |
Color Harmonies of #BCCEFA
Complementary color
Monochromatic Colors of #BCCEFA
Black with #BCCEFA
Text Example
Text Example
White with #BCCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEFA; }
p { color: rgb(188,206,250); }
H1.HeaderClassName
{
color: #BCCEFA;
}
.AnyTagClassName
{
color: #BCCEFA;
}
</style>
background-color css
<style>
a { background-color: #BCCEFA; }
a { background-color: rgb(188,206,250); }
div.DivClassName
{
background-color: #BCCEFA;
}
.BgClassName
{
background-color: #BCCEFA;
}
</style>
border-color css
<style>
span { border-color: #BCCEFA; }
span { border-color: rgb(188,206,250); }
td.TdClassName
{
border-color: #BCCEFA;
}
.TagClassName
{
border-color: #BCCEFA;
}
</style>