Shades of Periwinkle #BCC5ED
Tints of Periwinkle #BCC5ED
RGB
CMYK
RGB Variations
Color information
#BCC5ED (or 0xBCC5ED) is known color: Periwinkle. HEX triplet: BC, C5 and ED. RGB value is (188,197,237). Sum of RGB (Red+Green+Blue) = 188+197+237=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5ED is #433A12. Grayscale: #C6C6C6. Windows color (decimal): -4405779 or 15582652. OLE color: 15582652.
HSL color Cylindrical-coordinate representation of color #BCC5ED: hue angle of 228.98º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC5ED is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 197 | 237 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.07 |
| HSL | 228.98º | 0.58% | 0.83% | - |
| HSV(B) | 228.98º | 0.21% | 0.93% | - |
| XYZ | 55.99 | 56.74 | 88.12 | - |
| YUV | 198.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 237 | 0.21 | 0.17 | 0 | 0.07 | 228.98 | 0.58 | 0.83 |
| Hex | BC | C5 | ED | 15 | 11 | 0 | 7 | E5 | 3A | 53 |
| Octal | 274 | 305 | 355 | 25 | 21 | 0 | 7 | 345 | 72 | 123 |
| Binary | 10111100 | 11000101 | 11101101 | 10101 | 10001 | 0 | 111 | 11100101 | 111010 | 1010011 |
Color Harmonies of #BCC5ED
Complementary color
Monochromatic Colors of #BCC5ED
Black with #BCC5ED
Text Example
Text Example
White with #BCC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5ED; }
p { color: rgb(188,197,237); }
H1.HeaderClassName
{
color: #BCC5ED;
}
.AnyTagClassName
{
color: #BCC5ED;
}
</style>
background-color css
<style>
a { background-color: #BCC5ED; }
a { background-color: rgb(188,197,237); }
div.DivClassName
{
background-color: #BCC5ED;
}
.BgClassName
{
background-color: #BCC5ED;
}
</style>
border-color css
<style>
span { border-color: #BCC5ED; }
span { border-color: rgb(188,197,237); }
td.TdClassName
{
border-color: #BCC5ED;
}
.TagClassName
{
border-color: #BCC5ED;
}
</style>