Shades of Periwinkle #BCC4ED
Tints of Periwinkle #BCC4ED
RGB
CMYK
RGB Variations
Color information
#BCC4ED (or 0xBCC4ED) is known color: Periwinkle. HEX triplet: BC, C4 and ED. RGB value is (188,196,237). Sum of RGB (Red+Green+Blue) = 188+196+237=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4ED is #433B12. Grayscale: #C6C6C6. Windows color (decimal): -4406035 or 15582396. OLE color: 15582396.
HSL color Cylindrical-coordinate representation of color #BCC4ED: hue angle of 230.2º 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 #BCC4ED is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 196 | 237 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.07 |
| HSL | 230.2º | 0.58% | 0.83% | - |
| HSV(B) | 230.2º | 0.21% | 0.93% | - |
| XYZ | 55.77 | 56.29 | 88.05 | - |
| YUV | 198.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 237 | 0.21 | 0.17 | 0 | 0.07 | 230.2 | 0.58 | 0.83 |
| Hex | BC | C4 | ED | 15 | 11 | 0 | 7 | E6 | 3A | 53 |
| Octal | 274 | 304 | 355 | 25 | 21 | 0 | 7 | 346 | 72 | 123 |
| Binary | 10111100 | 11000100 | 11101101 | 10101 | 10001 | 0 | 111 | 11100110 | 111010 | 1010011 |
Color Harmonies of #BCC4ED
Complementary color
Monochromatic Colors of #BCC4ED
Black with #BCC4ED
Text Example
Text Example
White with #BCC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4ED; }
p { color: rgb(188,196,237); }
H1.HeaderClassName
{
color: #BCC4ED;
}
.AnyTagClassName
{
color: #BCC4ED;
}
</style>
background-color css
<style>
a { background-color: #BCC4ED; }
a { background-color: rgb(188,196,237); }
div.DivClassName
{
background-color: #BCC4ED;
}
.BgClassName
{
background-color: #BCC4ED;
}
</style>
border-color css
<style>
span { border-color: #BCC4ED; }
span { border-color: rgb(188,196,237); }
td.TdClassName
{
border-color: #BCC4ED;
}
.TagClassName
{
border-color: #BCC4ED;
}
</style>