Shades of Periwinkle #BCCDE8
Tints of Periwinkle #BCCDE8
RGB
CMYK
RGB Variations
Color information
#BCCDE8 (or 0xBCCDE8) is known color: Periwinkle. HEX triplet: BC, CD and E8. RGB value is (188,205,232). Sum of RGB (Red+Green+Blue) = 188+205+232=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCCDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDE8 is #433217. Grayscale: #CACACA. Windows color (decimal): -4403736 or 15257020. OLE color: 15257020.
HSL color Cylindrical-coordinate representation of color #BCCDE8: hue angle of 216.82º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCDE8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 205 | 232 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.09 |
| HSL | 216.82º | 0.49% | 0.82% | - |
| HSV(B) | 216.82º | 0.19% | 0.91% | - |
| XYZ | 57.14 | 60.18 | 84.95 | - |
| YUV | 203 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 232 | 0.19 | 0.12 | 0 | 0.09 | 216.82 | 0.49 | 0.82 |
| Hex | BC | CD | E8 | 13 | C | 0 | 9 | D9 | 31 | 52 |
| Octal | 274 | 315 | 350 | 23 | 14 | 0 | 11 | 331 | 61 | 122 |
| Binary | 10111100 | 11001101 | 11101000 | 10011 | 1100 | 0 | 1001 | 11011001 | 110001 | 1010010 |
Color Harmonies of #BCCDE8
Complementary color
Monochromatic Colors of #BCCDE8
Black with #BCCDE8
Text Example
Text Example
White with #BCCDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDE8; }
p { color: rgb(188,205,232); }
H1.HeaderClassName
{
color: #BCCDE8;
}
.AnyTagClassName
{
color: #BCCDE8;
}
</style>
background-color css
<style>
a { background-color: #BCCDE8; }
a { background-color: rgb(188,205,232); }
div.DivClassName
{
background-color: #BCCDE8;
}
.BgClassName
{
background-color: #BCCDE8;
}
</style>
border-color css
<style>
span { border-color: #BCCDE8; }
span { border-color: rgb(188,205,232); }
td.TdClassName
{
border-color: #BCCDE8;
}
.TagClassName
{
border-color: #BCCDE8;
}
</style>