Shades of Periwinkle #BCC4EE
Tints of Periwinkle #BCC4EE
RGB
CMYK
RGB Variations
Color information
#BCC4EE (or 0xBCC4EE) is known color: Periwinkle. HEX triplet: BC, C4 and EE. RGB value is (188,196,238). Sum of RGB (Red+Green+Blue) = 188+196+238=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4EE is #433B11. Grayscale: #C6C6C6. Windows color (decimal): -4406034 or 15647932. OLE color: 15647932.
HSL color Cylindrical-coordinate representation of color #BCC4EE: hue angle of 230.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC4EE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 196 | 238 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.07 |
| HSL | 230.4º | 0.6% | 0.84% | - |
| HSV(B) | 230.4º | 0.21% | 0.93% | - |
| XYZ | 55.91 | 56.34 | 88.82 | - |
| YUV | 198.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 238 | 0.21 | 0.18 | 0 | 0.07 | 230.4 | 0.6 | 0.84 |
| Hex | BC | C4 | EE | 15 | 12 | 0 | 7 | E6 | 3C | 54 |
| Octal | 274 | 304 | 356 | 25 | 22 | 0 | 7 | 346 | 74 | 124 |
| Binary | 10111100 | 11000100 | 11101110 | 10101 | 10010 | 0 | 111 | 11100110 | 111100 | 1010100 |
Color Harmonies of #BCC4EE
Complementary color
Monochromatic Colors of #BCC4EE
Black with #BCC4EE
Text Example
Text Example
White with #BCC4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4EE; }
p { color: rgb(188,196,238); }
H1.HeaderClassName
{
color: #BCC4EE;
}
.AnyTagClassName
{
color: #BCC4EE;
}
</style>
background-color css
<style>
a { background-color: #BCC4EE; }
a { background-color: rgb(188,196,238); }
div.DivClassName
{
background-color: #BCC4EE;
}
.BgClassName
{
background-color: #BCC4EE;
}
</style>
border-color css
<style>
span { border-color: #BCC4EE; }
span { border-color: rgb(188,196,238); }
td.TdClassName
{
border-color: #BCC4EE;
}
.TagClassName
{
border-color: #BCC4EE;
}
</style>