Shades of Periwinkle #BCCCE7
Tints of Periwinkle #BCCCE7
RGB
CMYK
RGB Variations
Color information
#BCCCE7 (or 0xBCCCE7) is known color: Periwinkle. HEX triplet: BC, CC and E7. RGB value is (188,204,231). Sum of RGB (Red+Green+Blue) = 188+204+231=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCE7 is #433318. Grayscale: #CACACA. Windows color (decimal): -4403993 or 15191228. OLE color: 15191228.
HSL color Cylindrical-coordinate representation of color #BCCCE7: hue angle of 217.67º degrees, saturation: 0.47, 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 #BCCCE7 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 204 | 231 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.09 |
| HSL | 217.67º | 0.47% | 0.82% | - |
| HSV(B) | 217.67º | 0.19% | 0.91% | - |
| XYZ | 56.76 | 59.65 | 84.12 | - |
| YUV | 202.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 231 | 0.19 | 0.12 | 0 | 0.09 | 217.67 | 0.47 | 0.82 |
| Hex | BC | CC | E7 | 13 | C | 0 | 9 | DA | 2F | 52 |
| Octal | 274 | 314 | 347 | 23 | 14 | 0 | 11 | 332 | 57 | 122 |
| Binary | 10111100 | 11001100 | 11100111 | 10011 | 1100 | 0 | 1001 | 11011010 | 101111 | 1010010 |
Color Harmonies of #BCCCE7
Complementary color
Monochromatic Colors of #BCCCE7
Black with #BCCCE7
Text Example
Text Example
White with #BCCCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCE7; }
p { color: rgb(188,204,231); }
H1.HeaderClassName
{
color: #BCCCE7;
}
.AnyTagClassName
{
color: #BCCCE7;
}
</style>
background-color css
<style>
a { background-color: #BCCCE7; }
a { background-color: rgb(188,204,231); }
div.DivClassName
{
background-color: #BCCCE7;
}
.BgClassName
{
background-color: #BCCCE7;
}
</style>
border-color css
<style>
span { border-color: #BCCCE7; }
span { border-color: rgb(188,204,231); }
td.TdClassName
{
border-color: #BCCCE7;
}
.TagClassName
{
border-color: #BCCCE7;
}
</style>