Shades of Periwinkle #BCC7E8
Tints of Periwinkle #BCC7E8
RGB
CMYK
RGB Variations
Color information
#BCC7E8 (or 0xBCC7E8) is known color: Periwinkle. HEX triplet: BC, C7 and E8. RGB value is (188,199,232). Sum of RGB (Red+Green+Blue) = 188+199+232=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCC7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7E8 is #433817. Grayscale: #C7C7C7. Windows color (decimal): -4405272 or 15255484. OLE color: 15255484.
HSL color Cylindrical-coordinate representation of color #BCC7E8: hue angle of 225º 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 #BCC7E8 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 199 | 232 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.09 |
| HSL | 225º | 0.49% | 0.82% | - |
| HSV(B) | 225º | 0.19% | 0.91% | - |
| XYZ | 55.73 | 57.36 | 84.48 | - |
| YUV | 199.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 232 | 0.19 | 0.14 | 0 | 0.09 | 225 | 0.49 | 0.82 |
| Hex | BC | C7 | E8 | 13 | E | 0 | 9 | E1 | 31 | 52 |
| Octal | 274 | 307 | 350 | 23 | 16 | 0 | 11 | 341 | 61 | 122 |
| Binary | 10111100 | 11000111 | 11101000 | 10011 | 1110 | 0 | 1001 | 11100001 | 110001 | 1010010 |
Color Harmonies of #BCC7E8
Complementary color
Monochromatic Colors of #BCC7E8
Black with #BCC7E8
Text Example
Text Example
White with #BCC7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7E8; }
p { color: rgb(188,199,232); }
H1.HeaderClassName
{
color: #BCC7E8;
}
.AnyTagClassName
{
color: #BCC7E8;
}
</style>
background-color css
<style>
a { background-color: #BCC7E8; }
a { background-color: rgb(188,199,232); }
div.DivClassName
{
background-color: #BCC7E8;
}
.BgClassName
{
background-color: #BCC7E8;
}
</style>
border-color css
<style>
span { border-color: #BCC7E8; }
span { border-color: rgb(188,199,232); }
td.TdClassName
{
border-color: #BCC7E8;
}
.TagClassName
{
border-color: #BCC7E8;
}
</style>