Shades of Periwinkle #BCC6E8
Tints of Periwinkle #BCC6E8
RGB
CMYK
RGB Variations
Color information
#BCC6E8 (or 0xBCC6E8) is known color: Periwinkle. HEX triplet: BC, C6 and E8. RGB value is (188,198,232). Sum of RGB (Red+Green+Blue) = 188+198+232=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6E8 is #433917. Grayscale: #C6C6C6. Windows color (decimal): -4405528 or 15255228. OLE color: 15255228.
HSL color Cylindrical-coordinate representation of color #BCC6E8: hue angle of 226.36º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC6E8 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 198 | 232 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.09 |
| HSL | 226.36º | 0.49% | 0.82% | - |
| HSV(B) | 226.36º | 0.19% | 0.91% | - |
| XYZ | 55.5 | 56.91 | 84.4 | - |
| YUV | 198.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 232 | 0.19 | 0.15 | 0 | 0.09 | 226.36 | 0.49 | 0.82 |
| Hex | BC | C6 | E8 | 13 | F | 0 | 9 | E2 | 31 | 52 |
| Octal | 274 | 306 | 350 | 23 | 17 | 0 | 11 | 342 | 61 | 122 |
| Binary | 10111100 | 11000110 | 11101000 | 10011 | 1111 | 0 | 1001 | 11100010 | 110001 | 1010010 |
Color Harmonies of #BCC6E8
Complementary color
Monochromatic Colors of #BCC6E8
Black with #BCC6E8
Text Example
Text Example
White with #BCC6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6E8; }
p { color: rgb(188,198,232); }
H1.HeaderClassName
{
color: #BCC6E8;
}
.AnyTagClassName
{
color: #BCC6E8;
}
</style>
background-color css
<style>
a { background-color: #BCC6E8; }
a { background-color: rgb(188,198,232); }
div.DivClassName
{
background-color: #BCC6E8;
}
.BgClassName
{
background-color: #BCC6E8;
}
</style>
border-color css
<style>
span { border-color: #BCC6E8; }
span { border-color: rgb(188,198,232); }
td.TdClassName
{
border-color: #BCC6E8;
}
.TagClassName
{
border-color: #BCC6E8;
}
</style>