Shades of Periwinkle #BCC4DF
Tints of Periwinkle #BCC4DF
RGB
CMYK
RGB Variations
Color information
#BCC4DF (or 0xBCC4DF) is known color: Periwinkle. HEX triplet: BC, C4 and DF. RGB value is (188,196,223). Sum of RGB (Red+Green+Blue) = 188+196+223=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4DF is #433B20. Grayscale: #C4C4C4. Windows color (decimal): -4406049 or 14664892. OLE color: 14664892.
HSL color Cylindrical-coordinate representation of color #BCC4DF: hue angle of 226.29º 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 #BCC4DF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 196 | 223 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.13 |
| HSL | 226.29º | 0.35% | 0.81% | - |
| HSV(B) | 226.29º | 0.16% | 0.87% | - |
| XYZ | 53.8 | 55.5 | 77.69 | - |
| YUV | 196.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 223 | 0.16 | 0.12 | 0 | 0.13 | 226.29 | 0.35 | 0.81 |
| Hex | BC | C4 | DF | 10 | C | 0 | D | E2 | 23 | 51 |
| Octal | 274 | 304 | 337 | 20 | 14 | 0 | 15 | 342 | 43 | 121 |
| Binary | 10111100 | 11000100 | 11011111 | 10000 | 1100 | 0 | 1101 | 11100010 | 100011 | 1010001 |
Color Harmonies of #BCC4DF
Complementary color
Monochromatic Colors of #BCC4DF
Black with #BCC4DF
Text Example
Text Example
White with #BCC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4DF; }
p { color: rgb(188,196,223); }
H1.HeaderClassName
{
color: #BCC4DF;
}
.AnyTagClassName
{
color: #BCC4DF;
}
</style>
background-color css
<style>
a { background-color: #BCC4DF; }
a { background-color: rgb(188,196,223); }
div.DivClassName
{
background-color: #BCC4DF;
}
.BgClassName
{
background-color: #BCC4DF;
}
</style>
border-color css
<style>
span { border-color: #BCC4DF; }
span { border-color: rgb(188,196,223); }
td.TdClassName
{
border-color: #BCC4DF;
}
.TagClassName
{
border-color: #BCC4DF;
}
</style>