Shades of Periwinkle #BCCCED
Tints of Periwinkle #BCCCED
RGB
CMYK
RGB Variations
Color information
#BCCCED (or 0xBCCCED) is known color: Periwinkle. HEX triplet: BC, CC and ED. RGB value is (188,204,237). Sum of RGB (Red+Green+Blue) = 188+204+237=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCED is #433312. Grayscale: #CACACA. Windows color (decimal): -4403987 or 15584444. OLE color: 15584444.
HSL color Cylindrical-coordinate representation of color #BCCCED: hue angle of 220.41º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCCED is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 204 | 237 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.07 |
| HSL | 220.41º | 0.58% | 0.83% | - |
| HSV(B) | 220.41º | 0.21% | 0.93% | - |
| XYZ | 57.62 | 59.99 | 88.66 | - |
| YUV | 202.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 237 | 0.21 | 0.14 | 0 | 0.07 | 220.41 | 0.58 | 0.83 |
| Hex | BC | CC | ED | 15 | E | 0 | 7 | DC | 3A | 53 |
| Octal | 274 | 314 | 355 | 25 | 16 | 0 | 7 | 334 | 72 | 123 |
| Binary | 10111100 | 11001100 | 11101101 | 10101 | 1110 | 0 | 111 | 11011100 | 111010 | 1010011 |
Color Harmonies of #BCCCED
Complementary color
Monochromatic Colors of #BCCCED
Black with #BCCCED
Text Example
Text Example
White with #BCCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCED; }
p { color: rgb(188,204,237); }
H1.HeaderClassName
{
color: #BCCCED;
}
.AnyTagClassName
{
color: #BCCCED;
}
</style>
background-color css
<style>
a { background-color: #BCCCED; }
a { background-color: rgb(188,204,237); }
div.DivClassName
{
background-color: #BCCCED;
}
.BgClassName
{
background-color: #BCCCED;
}
</style>
border-color css
<style>
span { border-color: #BCCCED; }
span { border-color: rgb(188,204,237); }
td.TdClassName
{
border-color: #BCCCED;
}
.TagClassName
{
border-color: #BCCCED;
}
</style>