Shades of Periwinkle #BCCFEC
Tints of Periwinkle #BCCFEC
RGB
CMYK
RGB Variations
Color information
#BCCFEC (or 0xBCCFEC) is known color: Periwinkle. HEX triplet: BC, CF and EC. RGB value is (188,207,236). Sum of RGB (Red+Green+Blue) = 188+207+236=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFEC is #433013. Grayscale: #CCCCCC. Windows color (decimal): -4403220 or 15519676. OLE color: 15519676.
HSL color Cylindrical-coordinate representation of color #BCCFEC: hue angle of 216.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCFEC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 207 | 236 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.07 |
| HSL | 216.25º | 0.56% | 0.83% | - |
| HSV(B) | 216.25º | 0.2% | 0.93% | - |
| XYZ | 58.19 | 61.37 | 88.14 | - |
| YUV | 204.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 236 | 0.20 | 0.12 | 0 | 0.07 | 216.25 | 0.56 | 0.83 |
| Hex | BC | CF | EC | 14 | C | 0 | 7 | D8 | 38 | 53 |
| Octal | 274 | 317 | 354 | 24 | 14 | 0 | 7 | 330 | 70 | 123 |
| Binary | 10111100 | 11001111 | 11101100 | 10100 | 1100 | 0 | 111 | 11011000 | 111000 | 1010011 |
Color Harmonies of #BCCFEC
Complementary color
Monochromatic Colors of #BCCFEC
Black with #BCCFEC
Text Example
Text Example
White with #BCCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFEC; }
p { color: rgb(188,207,236); }
H1.HeaderClassName
{
color: #BCCFEC;
}
.AnyTagClassName
{
color: #BCCFEC;
}
</style>
background-color css
<style>
a { background-color: #BCCFEC; }
a { background-color: rgb(188,207,236); }
div.DivClassName
{
background-color: #BCCFEC;
}
.BgClassName
{
background-color: #BCCFEC;
}
</style>
border-color css
<style>
span { border-color: #BCCFEC; }
span { border-color: rgb(188,207,236); }
td.TdClassName
{
border-color: #BCCFEC;
}
.TagClassName
{
border-color: #BCCFEC;
}
</style>