Shades of Periwinkle #BCC9F8
Tints of Periwinkle #BCC9F8
RGB
CMYK
RGB Variations
Color information
#BCC9F8 (or 0xBCC9F8) is known color: Periwinkle. HEX triplet: BC, C9 and F8. RGB value is (188,201,248). Sum of RGB (Red+Green+Blue) = 188+201+248=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCC9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9F8 is #433607. Grayscale: #CACACA. Windows color (decimal): -4404744 or 16304572. OLE color: 16304572.
HSL color Cylindrical-coordinate representation of color #BCC9F8: hue angle of 227º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC9F8 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 201 | 248 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.03 |
| HSL | 227º | 0.81% | 0.85% | - |
| HSV(B) | 227º | 0.24% | 0.97% | - |
| XYZ | 58.57 | 59.24 | 97.15 | - |
| YUV | 202.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 248 | 0.24 | 0.19 | 0 | 0.03 | 227 | 0.81 | 0.85 |
| Hex | BC | C9 | F8 | 18 | 13 | 0 | 3 | E3 | 51 | 55 |
| Octal | 274 | 311 | 370 | 30 | 23 | 0 | 3 | 343 | 121 | 125 |
| Binary | 10111100 | 11001001 | 11111000 | 11000 | 10011 | 0 | 11 | 11100011 | 1010001 | 1010101 |
Color Harmonies of #BCC9F8
Complementary color
Monochromatic Colors of #BCC9F8
Black with #BCC9F8
Text Example
Text Example
White with #BCC9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9F8; }
p { color: rgb(188,201,248); }
H1.HeaderClassName
{
color: #BCC9F8;
}
.AnyTagClassName
{
color: #BCC9F8;
}
</style>
background-color css
<style>
a { background-color: #BCC9F8; }
a { background-color: rgb(188,201,248); }
div.DivClassName
{
background-color: #BCC9F8;
}
.BgClassName
{
background-color: #BCC9F8;
}
</style>
border-color css
<style>
span { border-color: #BCC9F8; }
span { border-color: rgb(188,201,248); }
td.TdClassName
{
border-color: #BCC9F8;
}
.TagClassName
{
border-color: #BCC9F8;
}
</style>