Shades of Periwinkle #BCCFFF
Tints of Periwinkle #BCCFFF
RGB
CMYK
RGB Variations
Color information
#BCCFFF (or 0xBCCFFF) is known color: Periwinkle. HEX triplet: BC, CF and FF. RGB value is (188,207,255). Sum of RGB (Red+Green+Blue) = 188+207+255=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFFF is #433000. Grayscale: #CECECE. Windows color (decimal): -4403201 or 16764860. OLE color: 16764860.
HSL color Cylindrical-coordinate representation of color #BCCFFF: hue angle of 222.99º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCFFF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 207 | 255 | - |
| CMYK | 0.26 | 0.19 | 0 | 0 |
| HSL | 222.99º | 1% | 0.87% | - |
| HSV(B) | 222.99º | 0.26% | 1% | - |
| XYZ | 61.1 | 62.54 | 103.46 | - |
| YUV | 206.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 255 | 0.26 | 0.19 | 0 | 0 | 222.99 | 1 | 0.87 |
| Hex | BC | CF | FF | 1A | 13 | 0 | 0 | DF | 64 | 57 |
| Octal | 274 | 317 | 377 | 32 | 23 | 0 | 0 | 337 | 144 | 127 |
| Binary | 10111100 | 11001111 | 11111111 | 11010 | 10011 | 0 | 0 | 11011111 | 1100100 | 1010111 |
Color Harmonies of #BCCFFF
Complementary color
Monochromatic Colors of #BCCFFF
Black with #BCCFFF
Text Example
Text Example
White with #BCCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFFF; }
p { color: rgb(188,207,255); }
H1.HeaderClassName
{
color: #BCCFFF;
}
.AnyTagClassName
{
color: #BCCFFF;
}
</style>
background-color css
<style>
a { background-color: #BCCFFF; }
a { background-color: rgb(188,207,255); }
div.DivClassName
{
background-color: #BCCFFF;
}
.BgClassName
{
background-color: #BCCFFF;
}
</style>
border-color css
<style>
span { border-color: #BCCFFF; }
span { border-color: rgb(188,207,255); }
td.TdClassName
{
border-color: #BCCFFF;
}
.TagClassName
{
border-color: #BCCFFF;
}
</style>