Shades of Periwinkle #BCCCEC
Tints of Periwinkle #BCCCEC
RGB
CMYK
RGB Variations
Color information
#BCCCEC (or 0xBCCCEC) is known color: Periwinkle. HEX triplet: BC, CC and EC. RGB value is (188,204,236). Sum of RGB (Red+Green+Blue) = 188+204+236=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCEC is #433313. Grayscale: #CACACA. Windows color (decimal): -4403988 or 15518908. OLE color: 15518908.
HSL color Cylindrical-coordinate representation of color #BCCCEC: hue angle of 220º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCCEC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 204 | 236 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.07 |
| HSL | 220º | 0.56% | 0.83% | - |
| HSV(B) | 220º | 0.2% | 0.93% | - |
| XYZ | 57.47 | 59.93 | 87.9 | - |
| YUV | 202.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 236 | 0.20 | 0.14 | 0 | 0.07 | 220 | 0.56 | 0.83 |
| Hex | BC | CC | EC | 14 | E | 0 | 7 | DC | 38 | 53 |
| Octal | 274 | 314 | 354 | 24 | 16 | 0 | 7 | 334 | 70 | 123 |
| Binary | 10111100 | 11001100 | 11101100 | 10100 | 1110 | 0 | 111 | 11011100 | 111000 | 1010011 |
Color Harmonies of #BCCCEC
Complementary color
Monochromatic Colors of #BCCCEC
Black with #BCCCEC
Text Example
Text Example
White with #BCCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCEC; }
p { color: rgb(188,204,236); }
H1.HeaderClassName
{
color: #BCCCEC;
}
.AnyTagClassName
{
color: #BCCCEC;
}
</style>
background-color css
<style>
a { background-color: #BCCCEC; }
a { background-color: rgb(188,204,236); }
div.DivClassName
{
background-color: #BCCCEC;
}
.BgClassName
{
background-color: #BCCCEC;
}
</style>
border-color css
<style>
span { border-color: #BCCCEC; }
span { border-color: rgb(188,204,236); }
td.TdClassName
{
border-color: #BCCCEC;
}
.TagClassName
{
border-color: #BCCCEC;
}
</style>