Shades of Periwinkle #BCC5EB
Tints of Periwinkle #BCC5EB
RGB
CMYK
RGB Variations
Color information
#BCC5EB (or 0xBCC5EB) is known color: Periwinkle. HEX triplet: BC, C5 and EB. RGB value is (188,197,235). Sum of RGB (Red+Green+Blue) = 188+197+235=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5EB is #433A14. Grayscale: #C6C6C6. Windows color (decimal): -4405781 or 15451580. OLE color: 15451580.
HSL color Cylindrical-coordinate representation of color #BCC5EB: hue angle of 228.51º 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 #BCC5EB is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 197 | 235 | - |
| CMYK | 0.2 | 0.16 | 0 | 0.08 |
| HSL | 228.51º | 0.54% | 0.83% | - |
| HSV(B) | 228.51º | 0.2% | 0.92% | - |
| XYZ | 55.7 | 56.62 | 86.59 | - |
| YUV | 198.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 235 | 0.2 | 0.16 | 0 | 0.08 | 228.51 | 0.54 | 0.83 |
| Hex | BC | C5 | EB | 14 | 10 | 0 | 8 | E5 | 36 | 53 |
| Octal | 274 | 305 | 353 | 24 | 20 | 0 | 10 | 345 | 66 | 123 |
| Binary | 10111100 | 11000101 | 11101011 | 10100 | 10000 | 0 | 1000 | 11100101 | 110110 | 1010011 |
Color Harmonies of #BCC5EB
Complementary color
Monochromatic Colors of #BCC5EB
Black with #BCC5EB
Text Example
Text Example
White with #BCC5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5EB; }
p { color: rgb(188,197,235); }
H1.HeaderClassName
{
color: #BCC5EB;
}
.AnyTagClassName
{
color: #BCC5EB;
}
</style>
background-color css
<style>
a { background-color: #BCC5EB; }
a { background-color: rgb(188,197,235); }
div.DivClassName
{
background-color: #BCC5EB;
}
.BgClassName
{
background-color: #BCC5EB;
}
</style>
border-color css
<style>
span { border-color: #BCC5EB; }
span { border-color: rgb(188,197,235); }
td.TdClassName
{
border-color: #BCC5EB;
}
.TagClassName
{
border-color: #BCC5EB;
}
</style>