Shades of Periwinkle #BCC9F9
Tints of Periwinkle #BCC9F9
RGB
CMYK
RGB Variations
Color information
#BCC9F9 (or 0xBCC9F9) is known color: Periwinkle. HEX triplet: BC, C9 and F9. RGB value is (188,201,249). Sum of RGB (Red+Green+Blue) = 188+201+249=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9F9 is #433606. Grayscale: #CACACA. Windows color (decimal): -4404743 or 16370108. OLE color: 16370108.
HSL color Cylindrical-coordinate representation of color #BCC9F9: hue angle of 227.21º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC9F9 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 201 | 249 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.02 |
| HSL | 227.21º | 0.84% | 0.86% | - |
| HSV(B) | 227.21º | 0.24% | 0.98% | - |
| XYZ | 58.72 | 59.3 | 97.97 | - |
| YUV | 202.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 249 | 0.24 | 0.19 | 0 | 0.02 | 227.21 | 0.84 | 0.86 |
| Hex | BC | C9 | F9 | 18 | 13 | 0 | 2 | E3 | 54 | 56 |
| Octal | 274 | 311 | 371 | 30 | 23 | 0 | 2 | 343 | 124 | 126 |
| Binary | 10111100 | 11001001 | 11111001 | 11000 | 10011 | 0 | 10 | 11100011 | 1010100 | 1010110 |
Color Harmonies of #BCC9F9
Complementary color
Monochromatic Colors of #BCC9F9
Black with #BCC9F9
Text Example
Text Example
White with #BCC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9F9; }
p { color: rgb(188,201,249); }
H1.HeaderClassName
{
color: #BCC9F9;
}
.AnyTagClassName
{
color: #BCC9F9;
}
</style>
background-color css
<style>
a { background-color: #BCC9F9; }
a { background-color: rgb(188,201,249); }
div.DivClassName
{
background-color: #BCC9F9;
}
.BgClassName
{
background-color: #BCC9F9;
}
</style>
border-color css
<style>
span { border-color: #BCC9F9; }
span { border-color: rgb(188,201,249); }
td.TdClassName
{
border-color: #BCC9F9;
}
.TagClassName
{
border-color: #BCC9F9;
}
</style>