Shades of Periwinkle #BCCCEF
Tints of Periwinkle #BCCCEF
RGB
CMYK
RGB Variations
Color information
#BCCCEF (or 0xBCCCEF) is known color: Periwinkle. HEX triplet: BC, CC and EF. RGB value is (188,204,239). Sum of RGB (Red+Green+Blue) = 188+204+239=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCEF is #433310. Grayscale: #CBCBCB. Windows color (decimal): -4403985 or 15715516. OLE color: 15715516.
HSL color Cylindrical-coordinate representation of color #BCCCEF: hue angle of 221.18º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCCEF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 204 | 239 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.06 |
| HSL | 221.18º | 0.61% | 0.84% | - |
| HSV(B) | 221.18º | 0.21% | 0.94% | - |
| XYZ | 57.91 | 60.11 | 90.21 | - |
| YUV | 203.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 239 | 0.21 | 0.15 | 0 | 0.06 | 221.18 | 0.61 | 0.84 |
| Hex | BC | CC | EF | 15 | F | 0 | 6 | DD | 3D | 54 |
| Octal | 274 | 314 | 357 | 25 | 17 | 0 | 6 | 335 | 75 | 124 |
| Binary | 10111100 | 11001100 | 11101111 | 10101 | 1111 | 0 | 110 | 11011101 | 111101 | 1010100 |
Color Harmonies of #BCCCEF
Complementary color
Monochromatic Colors of #BCCCEF
Black with #BCCCEF
Text Example
Text Example
White with #BCCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCEF; }
p { color: rgb(188,204,239); }
H1.HeaderClassName
{
color: #BCCCEF;
}
.AnyTagClassName
{
color: #BCCCEF;
}
</style>
background-color css
<style>
a { background-color: #BCCCEF; }
a { background-color: rgb(188,204,239); }
div.DivClassName
{
background-color: #BCCCEF;
}
.BgClassName
{
background-color: #BCCCEF;
}
</style>
border-color css
<style>
span { border-color: #BCCCEF; }
span { border-color: rgb(188,204,239); }
td.TdClassName
{
border-color: #BCCCEF;
}
.TagClassName
{
border-color: #BCCCEF;
}
</style>