Shades of Periwinkle #BCC5E9
Tints of Periwinkle #BCC5E9
RGB
CMYK
RGB Variations
Color information
#BCC5E9 (or 0xBCC5E9) is known color: Periwinkle. HEX triplet: BC, C5 and E9. RGB value is (188,197,233). Sum of RGB (Red+Green+Blue) = 188+197+233=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5E9 is #433A16. Grayscale: #C6C6C6. Windows color (decimal): -4405783 or 15320508. OLE color: 15320508.
HSL color Cylindrical-coordinate representation of color #BCC5E9: hue angle of 228º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC5E9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 197 | 233 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.09 |
| HSL | 228º | 0.51% | 0.83% | - |
| HSV(B) | 228º | 0.19% | 0.91% | - |
| XYZ | 55.41 | 56.51 | 85.08 | - |
| YUV | 198.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 233 | 0.19 | 0.15 | 0 | 0.09 | 228 | 0.51 | 0.83 |
| Hex | BC | C5 | E9 | 13 | F | 0 | 9 | E4 | 33 | 53 |
| Octal | 274 | 305 | 351 | 23 | 17 | 0 | 11 | 344 | 63 | 123 |
| Binary | 10111100 | 11000101 | 11101001 | 10011 | 1111 | 0 | 1001 | 11100100 | 110011 | 1010011 |
Color Harmonies of #BCC5E9
Complementary color
Monochromatic Colors of #BCC5E9
Black with #BCC5E9
Text Example
Text Example
White with #BCC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5E9; }
p { color: rgb(188,197,233); }
H1.HeaderClassName
{
color: #BCC5E9;
}
.AnyTagClassName
{
color: #BCC5E9;
}
</style>
background-color css
<style>
a { background-color: #BCC5E9; }
a { background-color: rgb(188,197,233); }
div.DivClassName
{
background-color: #BCC5E9;
}
.BgClassName
{
background-color: #BCC5E9;
}
</style>
border-color css
<style>
span { border-color: #BCC5E9; }
span { border-color: rgb(188,197,233); }
td.TdClassName
{
border-color: #BCC5E9;
}
.TagClassName
{
border-color: #BCC5E9;
}
</style>