Shades of Periwinkle #BCC9EB
Tints of Periwinkle #BCC9EB
RGB
CMYK
RGB Variations
Color information
#BCC9EB (or 0xBCC9EB) is known color: Periwinkle. HEX triplet: BC, C9 and EB. RGB value is (188,201,235). Sum of RGB (Red+Green+Blue) = 188+201+235=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9EB is #433614. Grayscale: #C8C8C8. Windows color (decimal): -4404757 or 15452604. OLE color: 15452604.
HSL color Cylindrical-coordinate representation of color #BCC9EB: hue angle of 223.4º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC9EB is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 201 | 235 | - |
| CMYK | 0.2 | 0.14 | 0 | 0.08 |
| HSL | 223.4º | 0.54% | 0.83% | - |
| HSV(B) | 223.4º | 0.2% | 0.92% | - |
| XYZ | 56.62 | 58.46 | 86.9 | - |
| YUV | 200.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 235 | 0.2 | 0.14 | 0 | 0.08 | 223.4 | 0.54 | 0.83 |
| Hex | BC | C9 | EB | 14 | E | 0 | 8 | DF | 36 | 53 |
| Octal | 274 | 311 | 353 | 24 | 16 | 0 | 10 | 337 | 66 | 123 |
| Binary | 10111100 | 11001001 | 11101011 | 10100 | 1110 | 0 | 1000 | 11011111 | 110110 | 1010011 |
Color Harmonies of #BCC9EB
Complementary color
Monochromatic Colors of #BCC9EB
Black with #BCC9EB
Text Example
Text Example
White with #BCC9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9EB; }
p { color: rgb(188,201,235); }
H1.HeaderClassName
{
color: #BCC9EB;
}
.AnyTagClassName
{
color: #BCC9EB;
}
</style>
background-color css
<style>
a { background-color: #BCC9EB; }
a { background-color: rgb(188,201,235); }
div.DivClassName
{
background-color: #BCC9EB;
}
.BgClassName
{
background-color: #BCC9EB;
}
</style>
border-color css
<style>
span { border-color: #BCC9EB; }
span { border-color: rgb(188,201,235); }
td.TdClassName
{
border-color: #BCC9EB;
}
.TagClassName
{
border-color: #BCC9EB;
}
</style>