Shades of Periwinkle #BCC8E4
Tints of Periwinkle #BCC8E4
RGB
CMYK
RGB Variations
Color information
#BCC8E4 (or 0xBCC8E4) is known color: Periwinkle. HEX triplet: BC, C8 and E4. RGB value is (188,200,228). Sum of RGB (Red+Green+Blue) = 188+200+228=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCC8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8E4 is #43371B. Grayscale: #C7C7C7. Windows color (decimal): -4405020 or 14993596. OLE color: 14993596.
HSL color Cylindrical-coordinate representation of color #BCC8E4: hue angle of 222º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC8E4 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 200 | 228 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.11 |
| HSL | 222º | 0.43% | 0.82% | - |
| HSV(B) | 222º | 0.18% | 0.89% | - |
| XYZ | 55.4 | 57.6 | 81.6 | - |
| YUV | 199.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 228 | 0.18 | 0.12 | 0 | 0.11 | 222 | 0.43 | 0.82 |
| Hex | BC | C8 | E4 | 12 | C | 0 | B | DE | 2B | 52 |
| Octal | 274 | 310 | 344 | 22 | 14 | 0 | 13 | 336 | 53 | 122 |
| Binary | 10111100 | 11001000 | 11100100 | 10010 | 1100 | 0 | 1011 | 11011110 | 101011 | 1010010 |
Color Harmonies of #BCC8E4
Complementary color
Monochromatic Colors of #BCC8E4
Black with #BCC8E4
Text Example
Text Example
White with #BCC8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8E4; }
p { color: rgb(188,200,228); }
H1.HeaderClassName
{
color: #BCC8E4;
}
.AnyTagClassName
{
color: #BCC8E4;
}
</style>
background-color css
<style>
a { background-color: #BCC8E4; }
a { background-color: rgb(188,200,228); }
div.DivClassName
{
background-color: #BCC8E4;
}
.BgClassName
{
background-color: #BCC8E4;
}
</style>
border-color css
<style>
span { border-color: #BCC8E4; }
span { border-color: rgb(188,200,228); }
td.TdClassName
{
border-color: #BCC8E4;
}
.TagClassName
{
border-color: #BCC8E4;
}
</style>