Shades of Periwinkle #BCC3DF
Tints of Periwinkle #BCC3DF
RGB
CMYK
RGB Variations
Color information
#BCC3DF (or 0xBCC3DF) is known color: Periwinkle. HEX triplet: BC, C3 and DF. RGB value is (188,195,223). Sum of RGB (Red+Green+Blue) = 188+195+223=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3DF is #433C20. Grayscale: #C3C3C3. Windows color (decimal): -4406305 or 14664636. OLE color: 14664636.
HSL color Cylindrical-coordinate representation of color #BCC3DF: hue angle of 228º 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 #BCC3DF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 195 | 223 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.13 |
| HSL | 228º | 0.35% | 0.81% | - |
| HSV(B) | 228º | 0.16% | 0.87% | - |
| XYZ | 53.57 | 55.05 | 77.61 | - |
| YUV | 196.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 223 | 0.16 | 0.13 | 0 | 0.13 | 228 | 0.35 | 0.81 |
| Hex | BC | C3 | DF | 10 | D | 0 | D | E4 | 23 | 51 |
| Octal | 274 | 303 | 337 | 20 | 15 | 0 | 15 | 344 | 43 | 121 |
| Binary | 10111100 | 11000011 | 11011111 | 10000 | 1101 | 0 | 1101 | 11100100 | 100011 | 1010001 |
Color Harmonies of #BCC3DF
Complementary color
Monochromatic Colors of #BCC3DF
Black with #BCC3DF
Text Example
Text Example
White with #BCC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3DF; }
p { color: rgb(188,195,223); }
H1.HeaderClassName
{
color: #BCC3DF;
}
.AnyTagClassName
{
color: #BCC3DF;
}
</style>
background-color css
<style>
a { background-color: #BCC3DF; }
a { background-color: rgb(188,195,223); }
div.DivClassName
{
background-color: #BCC3DF;
}
.BgClassName
{
background-color: #BCC3DF;
}
</style>
border-color css
<style>
span { border-color: #BCC3DF; }
span { border-color: rgb(188,195,223); }
td.TdClassName
{
border-color: #BCC3DF;
}
.TagClassName
{
border-color: #BCC3DF;
}
</style>