Shades of Periwinkle #BCC9DF
Tints of Periwinkle #BCC9DF
RGB
CMYK
RGB Variations
Color information
#BCC9DF (or 0xBCC9DF) is known color: Periwinkle. HEX triplet: BC, C9 and DF. RGB value is (188,201,223). Sum of RGB (Red+Green+Blue) = 188+201+223=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9DF is #433620. Grayscale: #C7C7C7. Windows color (decimal): -4404769 or 14666172. OLE color: 14666172.
HSL color Cylindrical-coordinate representation of color #BCC9DF: hue angle of 217.71º 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 #BCC9DF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 201 | 223 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.13 |
| HSL | 217.71º | 0.35% | 0.81% | - |
| HSV(B) | 217.71º | 0.16% | 0.87% | - |
| XYZ | 54.94 | 57.79 | 78.07 | - |
| YUV | 199.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 223 | 0.16 | 0.10 | 0 | 0.13 | 217.71 | 0.35 | 0.81 |
| Hex | BC | C9 | DF | 10 | A | 0 | D | DA | 23 | 51 |
| Octal | 274 | 311 | 337 | 20 | 12 | 0 | 15 | 332 | 43 | 121 |
| Binary | 10111100 | 11001001 | 11011111 | 10000 | 1010 | 0 | 1101 | 11011010 | 100011 | 1010001 |
Color Harmonies of #BCC9DF
Complementary color
Monochromatic Colors of #BCC9DF
Black with #BCC9DF
Text Example
Text Example
White with #BCC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9DF; }
p { color: rgb(188,201,223); }
H1.HeaderClassName
{
color: #BCC9DF;
}
.AnyTagClassName
{
color: #BCC9DF;
}
</style>
background-color css
<style>
a { background-color: #BCC9DF; }
a { background-color: rgb(188,201,223); }
div.DivClassName
{
background-color: #BCC9DF;
}
.BgClassName
{
background-color: #BCC9DF;
}
</style>
border-color css
<style>
span { border-color: #BCC9DF; }
span { border-color: rgb(188,201,223); }
td.TdClassName
{
border-color: #BCC9DF;
}
.TagClassName
{
border-color: #BCC9DF;
}
</style>