Shades of Periwinkle #BCC1DF
Tints of Periwinkle #BCC1DF
RGB
CMYK
RGB Variations
Color information
#BCC1DF (or 0xBCC1DF) is known color: Periwinkle. HEX triplet: BC, C1 and DF. RGB value is (188,193,223). Sum of RGB (Red+Green+Blue) = 188+193+223=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1DF is #433E20. Grayscale: #C2C2C2. Windows color (decimal): -4406817 or 14664124. OLE color: 14664124.
HSL color Cylindrical-coordinate representation of color #BCC1DF: hue angle of 231.43º 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 #BCC1DF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 193 | 223 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.13 |
| HSL | 231.43º | 0.35% | 0.81% | - |
| HSV(B) | 231.43º | 0.16% | 0.87% | - |
| XYZ | 53.13 | 54.16 | 77.47 | - |
| YUV | 194.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 223 | 0.16 | 0.13 | 0 | 0.13 | 231.43 | 0.35 | 0.81 |
| Hex | BC | C1 | DF | 10 | D | 0 | D | E7 | 23 | 51 |
| Octal | 274 | 301 | 337 | 20 | 15 | 0 | 15 | 347 | 43 | 121 |
| Binary | 10111100 | 11000001 | 11011111 | 10000 | 1101 | 0 | 1101 | 11100111 | 100011 | 1010001 |
Color Harmonies of #BCC1DF
Complementary color
Monochromatic Colors of #BCC1DF
Black with #BCC1DF
Text Example
Text Example
White with #BCC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1DF; }
p { color: rgb(188,193,223); }
H1.HeaderClassName
{
color: #BCC1DF;
}
.AnyTagClassName
{
color: #BCC1DF;
}
</style>
background-color css
<style>
a { background-color: #BCC1DF; }
a { background-color: rgb(188,193,223); }
div.DivClassName
{
background-color: #BCC1DF;
}
.BgClassName
{
background-color: #BCC1DF;
}
</style>
border-color css
<style>
span { border-color: #BCC1DF; }
span { border-color: rgb(188,193,223); }
td.TdClassName
{
border-color: #BCC1DF;
}
.TagClassName
{
border-color: #BCC1DF;
}
</style>