Shades of Periwinkle #BCC5E0
Tints of Periwinkle #BCC5E0
RGB
CMYK
RGB Variations
Color information
#BCC5E0 (or 0xBCC5E0) is known color: Periwinkle. HEX triplet: BC, C5 and E0. RGB value is (188,197,224). Sum of RGB (Red+Green+Blue) = 188+197+224=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCC5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5E0 is #433A1F. Grayscale: #C5C5C5. Windows color (decimal): -4405792 or 14730684. OLE color: 14730684.
HSL color Cylindrical-coordinate representation of color #BCC5E0: hue angle of 225º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC5E0 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 197 | 224 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.12 |
| HSL | 225º | 0.37% | 0.81% | - |
| HSV(B) | 225º | 0.16% | 0.88% | - |
| XYZ | 54.16 | 56.01 | 78.48 | - |
| YUV | 197.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 224 | 0.16 | 0.12 | 0 | 0.12 | 225 | 0.37 | 0.81 |
| Hex | BC | C5 | E0 | 10 | C | 0 | C | E1 | 25 | 51 |
| Octal | 274 | 305 | 340 | 20 | 14 | 0 | 14 | 341 | 45 | 121 |
| Binary | 10111100 | 11000101 | 11100000 | 10000 | 1100 | 0 | 1100 | 11100001 | 100101 | 1010001 |
Color Harmonies of #BCC5E0
Complementary color
Monochromatic Colors of #BCC5E0
Black with #BCC5E0
Text Example
Text Example
White with #BCC5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5E0; }
p { color: rgb(188,197,224); }
H1.HeaderClassName
{
color: #BCC5E0;
}
.AnyTagClassName
{
color: #BCC5E0;
}
</style>
background-color css
<style>
a { background-color: #BCC5E0; }
a { background-color: rgb(188,197,224); }
div.DivClassName
{
background-color: #BCC5E0;
}
.BgClassName
{
background-color: #BCC5E0;
}
</style>
border-color css
<style>
span { border-color: #BCC5E0; }
span { border-color: rgb(188,197,224); }
td.TdClassName
{
border-color: #BCC5E0;
}
.TagClassName
{
border-color: #BCC5E0;
}
</style>