Shades of Periwinkle #BCC2EB
Tints of Periwinkle #BCC2EB
RGB
CMYK
RGB Variations
Color information
#BCC2EB (or 0xBCC2EB) is known color: Periwinkle. HEX triplet: BC, C2 and EB. RGB value is (188,194,235). Sum of RGB (Red+Green+Blue) = 188+194+235=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2EB is #433D14. Grayscale: #C4C4C4. Windows color (decimal): -4406549 or 15450812. OLE color: 15450812.
HSL color Cylindrical-coordinate representation of color #BCC2EB: hue angle of 232.34º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC2EB is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 194 | 235 | - |
| CMYK | 0.2 | 0.17 | 0 | 0.08 |
| HSL | 232.34º | 0.54% | 0.83% | - |
| HSV(B) | 232.34º | 0.2% | 0.92% | - |
| XYZ | 55.03 | 55.27 | 86.37 | - |
| YUV | 196.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 235 | 0.2 | 0.17 | 0 | 0.08 | 232.34 | 0.54 | 0.83 |
| Hex | BC | C2 | EB | 14 | 11 | 0 | 8 | E8 | 36 | 53 |
| Octal | 274 | 302 | 353 | 24 | 21 | 0 | 10 | 350 | 66 | 123 |
| Binary | 10111100 | 11000010 | 11101011 | 10100 | 10001 | 0 | 1000 | 11101000 | 110110 | 1010011 |
Color Harmonies of #BCC2EB
Complementary color
Monochromatic Colors of #BCC2EB
Black with #BCC2EB
Text Example
Text Example
White with #BCC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2EB; }
p { color: rgb(188,194,235); }
H1.HeaderClassName
{
color: #BCC2EB;
}
.AnyTagClassName
{
color: #BCC2EB;
}
</style>
background-color css
<style>
a { background-color: #BCC2EB; }
a { background-color: rgb(188,194,235); }
div.DivClassName
{
background-color: #BCC2EB;
}
.BgClassName
{
background-color: #BCC2EB;
}
</style>
border-color css
<style>
span { border-color: #BCC2EB; }
span { border-color: rgb(188,194,235); }
td.TdClassName
{
border-color: #BCC2EB;
}
.TagClassName
{
border-color: #BCC2EB;
}
</style>