Shades of Periwinkle #BCC5DF
Tints of Periwinkle #BCC5DF
RGB
CMYK
RGB Variations
Color information
#BCC5DF (or 0xBCC5DF) is known color: Periwinkle. HEX triplet: BC, C5 and DF. RGB value is (188,197,223). Sum of RGB (Red+Green+Blue) = 188+197+223=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5DF is #433A20. Grayscale: #C5C5C5. Windows color (decimal): -4405793 or 14665148. OLE color: 14665148.
HSL color Cylindrical-coordinate representation of color #BCC5DF: hue angle of 224.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC5DF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 197 | 223 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.13 |
| HSL | 224.57º | 0.35% | 0.81% | - |
| HSV(B) | 224.57º | 0.16% | 0.87% | - |
| XYZ | 54.02 | 55.95 | 77.76 | - |
| YUV | 197.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 223 | 0.16 | 0.12 | 0 | 0.13 | 224.57 | 0.35 | 0.81 |
| Hex | BC | C5 | DF | 10 | C | 0 | D | E1 | 23 | 51 |
| Octal | 274 | 305 | 337 | 20 | 14 | 0 | 15 | 341 | 43 | 121 |
| Binary | 10111100 | 11000101 | 11011111 | 10000 | 1100 | 0 | 1101 | 11100001 | 100011 | 1010001 |
Color Harmonies of #BCC5DF
Complementary color
Monochromatic Colors of #BCC5DF
Black with #BCC5DF
Text Example
Text Example
White with #BCC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5DF; }
p { color: rgb(188,197,223); }
H1.HeaderClassName
{
color: #BCC5DF;
}
.AnyTagClassName
{
color: #BCC5DF;
}
</style>
background-color css
<style>
a { background-color: #BCC5DF; }
a { background-color: rgb(188,197,223); }
div.DivClassName
{
background-color: #BCC5DF;
}
.BgClassName
{
background-color: #BCC5DF;
}
</style>
border-color css
<style>
span { border-color: #BCC5DF; }
span { border-color: rgb(188,197,223); }
td.TdClassName
{
border-color: #BCC5DF;
}
.TagClassName
{
border-color: #BCC5DF;
}
</style>