Shades of Periwinkle #BCD1F6
Tints of Periwinkle #BCD1F6
RGB
CMYK
RGB Variations
Color information
#BCD1F6 (or 0xBCD1F6) is known color: Periwinkle. HEX triplet: BC, D1 and F6. RGB value is (188,209,246). Sum of RGB (Red+Green+Blue) = 188+209+246=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCD1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1F6 is #432E09. Grayscale: #CECECE. Windows color (decimal): -4402698 or 16175548. OLE color: 16175548.
HSL color Cylindrical-coordinate representation of color #BCD1F6: hue angle of 218.28º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD1F6 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 188 | 209 | 246 | - |
CMYK | 0.24 | 0.15 | 0 | 0.04 |
HSL | 218.28º | 0.76% | 0.85% | - |
HSV(B) | 218.28º | 0.24% | 0.96% | - |
XYZ | 60.17 | 62.95 | 96.17 | - |
YUV | 206.94 | 150.04 | 114.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 209 | 246 | 0.24 | 0.15 | 0 | 0.04 | 218.28 | 0.76 | 0.85 |
Hex | BC | D1 | F6 | 18 | F | 0 | 4 | DA | 4C | 55 |
Octal | 274 | 321 | 366 | 30 | 17 | 0 | 4 | 332 | 114 | 125 |
Binary | 10111100 | 11010001 | 11110110 | 11000 | 1111 | 0 | 100 | 11011010 | 1001100 | 1010101 |
Color Harmonies of #BCD1F6
Complementary color
Monochromatic Colors of #BCD1F6
Black with #BCD1F6
Text Example
Text Example
White with #BCD1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1F6; }
p { color: rgb(188,209,246); }
H1.HeaderClassName
{
color: #BCD1F6;
}
.AnyTagClassName
{
color: #BCD1F6;
}
</style>
background-color css
<style>
a { background-color: #BCD1F6; }
a { background-color: rgb(188,209,246); }
div.DivClassName
{
background-color: #BCD1F6;
}
.BgClassName
{
background-color: #BCD1F6;
}
</style>
border-color css
<style>
span { border-color: #BCD1F6; }
span { border-color: rgb(188,209,246); }
td.TdClassName
{
border-color: #BCD1F6;
}
.TagClassName
{
border-color: #BCD1F6;
}
</style>