Shades of Periwinkle #BCCDF8
Tints of Periwinkle #BCCDF8
RGB
CMYK
RGB Variations
Color information
#BCCDF8 (or 0xBCCDF8) is known color: Periwinkle. HEX triplet: BC, CD and F8. RGB value is (188,205,248). Sum of RGB (Red+Green+Blue) = 188+205+248=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCCDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF8 is #433207. Grayscale: #CCCCCC. Windows color (decimal): -4403720 or 16305596. OLE color: 16305596.
HSL color Cylindrical-coordinate representation of color #BCCDF8: hue angle of 223º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCCDF8 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 205 | 248 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.03 |
| HSL | 223º | 0.81% | 0.85% | - |
| HSV(B) | 223º | 0.24% | 0.97% | - |
| XYZ | 59.51 | 61.13 | 97.47 | - |
| YUV | 204.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 248 | 0.24 | 0.17 | 0 | 0.03 | 223 | 0.81 | 0.85 |
| Hex | BC | CD | F8 | 18 | 11 | 0 | 3 | DF | 51 | 55 |
| Octal | 274 | 315 | 370 | 30 | 21 | 0 | 3 | 337 | 121 | 125 |
| Binary | 10111100 | 11001101 | 11111000 | 11000 | 10001 | 0 | 11 | 11011111 | 1010001 | 1010101 |
Color Harmonies of #BCCDF8
Complementary color
Monochromatic Colors of #BCCDF8
Black with #BCCDF8
Text Example
Text Example
White with #BCCDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDF8; }
p { color: rgb(188,205,248); }
H1.HeaderClassName
{
color: #BCCDF8;
}
.AnyTagClassName
{
color: #BCCDF8;
}
</style>
background-color css
<style>
a { background-color: #BCCDF8; }
a { background-color: rgb(188,205,248); }
div.DivClassName
{
background-color: #BCCDF8;
}
.BgClassName
{
background-color: #BCCDF8;
}
</style>
border-color css
<style>
span { border-color: #BCCDF8; }
span { border-color: rgb(188,205,248); }
td.TdClassName
{
border-color: #BCCDF8;
}
.TagClassName
{
border-color: #BCCDF8;
}
</style>