Shades of Periwinkle #BCCFE7
Tints of Periwinkle #BCCFE7
RGB
CMYK
RGB Variations
Color information
#BCCFE7 (or 0xBCCFE7) is known color: Periwinkle. HEX triplet: BC, CF and E7. RGB value is (188,207,231). Sum of RGB (Red+Green+Blue) = 188+207+231=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFE7 is #433018. Grayscale: #CBCBCB. Windows color (decimal): -4403225 or 15191996. OLE color: 15191996.
HSL color Cylindrical-coordinate representation of color #BCCFE7: hue angle of 213.49º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCFE7 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 207 | 231 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.09 |
| HSL | 213.49º | 0.47% | 0.82% | - |
| HSV(B) | 213.49º | 0.19% | 0.91% | - |
| XYZ | 57.48 | 61.09 | 84.36 | - |
| YUV | 204.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 231 | 0.19 | 0.10 | 0 | 0.09 | 213.49 | 0.47 | 0.82 |
| Hex | BC | CF | E7 | 13 | A | 0 | 9 | D5 | 2F | 52 |
| Octal | 274 | 317 | 347 | 23 | 12 | 0 | 11 | 325 | 57 | 122 |
| Binary | 10111100 | 11001111 | 11100111 | 10011 | 1010 | 0 | 1001 | 11010101 | 101111 | 1010010 |
Color Harmonies of #BCCFE7
Complementary color
Monochromatic Colors of #BCCFE7
Black with #BCCFE7
Text Example
Text Example
White with #BCCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFE7; }
p { color: rgb(188,207,231); }
H1.HeaderClassName
{
color: #BCCFE7;
}
.AnyTagClassName
{
color: #BCCFE7;
}
</style>
background-color css
<style>
a { background-color: #BCCFE7; }
a { background-color: rgb(188,207,231); }
div.DivClassName
{
background-color: #BCCFE7;
}
.BgClassName
{
background-color: #BCCFE7;
}
</style>
border-color css
<style>
span { border-color: #BCCFE7; }
span { border-color: rgb(188,207,231); }
td.TdClassName
{
border-color: #BCCFE7;
}
.TagClassName
{
border-color: #BCCFE7;
}
</style>