Shades of Periwinkle #BCC5DD
Tints of Periwinkle #BCC5DD
RGB
CMYK
RGB Variations
Color information
#BCC5DD (or 0xBCC5DD) is known color: Periwinkle. HEX triplet: BC, C5 and DD. RGB value is (188,197,221). Sum of RGB (Red+Green+Blue) = 188+197+221=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5DD is #433A22. Grayscale: #C4C4C4. Windows color (decimal): -4405795 or 14534076. OLE color: 14534076.
HSL color Cylindrical-coordinate representation of color #BCC5DD: hue angle of 223.64º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC5DD is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 197 | 221 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.13 |
| HSL | 223.64º | 0.33% | 0.8% | - |
| HSV(B) | 223.64º | 0.15% | 0.87% | - |
| XYZ | 53.76 | 55.84 | 76.35 | - |
| YUV | 197.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 221 | 0.15 | 0.11 | 0 | 0.13 | 223.64 | 0.33 | 0.8 |
| Hex | BC | C5 | DD | F | B | 0 | D | E0 | 21 | 50 |
| Octal | 274 | 305 | 335 | 17 | 13 | 0 | 15 | 340 | 41 | 120 |
| Binary | 10111100 | 11000101 | 11011101 | 1111 | 1011 | 0 | 1101 | 11100000 | 100001 | 1010000 |
Color Harmonies of #BCC5DD
Complementary color
Monochromatic Colors of #BCC5DD
Black with #BCC5DD
Text Example
Text Example
White with #BCC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5DD; }
p { color: rgb(188,197,221); }
H1.HeaderClassName
{
color: #BCC5DD;
}
.AnyTagClassName
{
color: #BCC5DD;
}
</style>
background-color css
<style>
a { background-color: #BCC5DD; }
a { background-color: rgb(188,197,221); }
div.DivClassName
{
background-color: #BCC5DD;
}
.BgClassName
{
background-color: #BCC5DD;
}
</style>
border-color css
<style>
span { border-color: #BCC5DD; }
span { border-color: rgb(188,197,221); }
td.TdClassName
{
border-color: #BCC5DD;
}
.TagClassName
{
border-color: #BCC5DD;
}
</style>