Shades of Periwinkle #BCC9E7
Tints of Periwinkle #BCC9E7
RGB
CMYK
RGB Variations
Color information
#BCC9E7 (or 0xBCC9E7) is known color: Periwinkle. HEX triplet: BC, C9 and E7. RGB value is (188,201,231). Sum of RGB (Red+Green+Blue) = 188+201+231=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCC9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9E7 is #433618. Grayscale: #C8C8C8. Windows color (decimal): -4404761 or 15190460. OLE color: 15190460.
HSL color Cylindrical-coordinate representation of color #BCC9E7: hue angle of 221.86º 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 #BCC9E7 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 201 | 231 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.09 |
| HSL | 221.86º | 0.47% | 0.82% | - |
| HSV(B) | 221.86º | 0.19% | 0.91% | - |
| XYZ | 56.05 | 58.23 | 83.89 | - |
| YUV | 200.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 231 | 0.19 | 0.13 | 0 | 0.09 | 221.86 | 0.47 | 0.82 |
| Hex | BC | C9 | E7 | 13 | D | 0 | 9 | DE | 2F | 52 |
| Octal | 274 | 311 | 347 | 23 | 15 | 0 | 11 | 336 | 57 | 122 |
| Binary | 10111100 | 11001001 | 11100111 | 10011 | 1101 | 0 | 1001 | 11011110 | 101111 | 1010010 |
Color Harmonies of #BCC9E7
Complementary color
Monochromatic Colors of #BCC9E7
Black with #BCC9E7
Text Example
Text Example
White with #BCC9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9E7; }
p { color: rgb(188,201,231); }
H1.HeaderClassName
{
color: #BCC9E7;
}
.AnyTagClassName
{
color: #BCC9E7;
}
</style>
background-color css
<style>
a { background-color: #BCC9E7; }
a { background-color: rgb(188,201,231); }
div.DivClassName
{
background-color: #BCC9E7;
}
.BgClassName
{
background-color: #BCC9E7;
}
</style>
border-color css
<style>
span { border-color: #BCC9E7; }
span { border-color: rgb(188,201,231); }
td.TdClassName
{
border-color: #BCC9E7;
}
.TagClassName
{
border-color: #BCC9E7;
}
</style>