Shades of Periwinkle #BCC7E9
Tints of Periwinkle #BCC7E9
RGB
CMYK
RGB Variations
Color information
#BCC7E9 (or 0xBCC7E9) is known color: Periwinkle. HEX triplet: BC, C7 and E9. RGB value is (188,199,233). Sum of RGB (Red+Green+Blue) = 188+199+233=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCC7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7E9 is #433816. Grayscale: #C7C7C7. Windows color (decimal): -4405271 or 15321020. OLE color: 15321020.
HSL color Cylindrical-coordinate representation of color #BCC7E9: hue angle of 225.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC7E9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 199 | 233 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.09 |
| HSL | 225.33º | 0.51% | 0.83% | - |
| HSV(B) | 225.33º | 0.19% | 0.91% | - |
| XYZ | 55.87 | 57.42 | 85.23 | - |
| YUV | 199.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 233 | 0.19 | 0.15 | 0 | 0.09 | 225.33 | 0.51 | 0.83 |
| Hex | BC | C7 | E9 | 13 | F | 0 | 9 | E1 | 33 | 53 |
| Octal | 274 | 307 | 351 | 23 | 17 | 0 | 11 | 341 | 63 | 123 |
| Binary | 10111100 | 11000111 | 11101001 | 10011 | 1111 | 0 | 1001 | 11100001 | 110011 | 1010011 |
Color Harmonies of #BCC7E9
Complementary color
Monochromatic Colors of #BCC7E9
Black with #BCC7E9
Text Example
Text Example
White with #BCC7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7E9; }
p { color: rgb(188,199,233); }
H1.HeaderClassName
{
color: #BCC7E9;
}
.AnyTagClassName
{
color: #BCC7E9;
}
</style>
background-color css
<style>
a { background-color: #BCC7E9; }
a { background-color: rgb(188,199,233); }
div.DivClassName
{
background-color: #BCC7E9;
}
.BgClassName
{
background-color: #BCC7E9;
}
</style>
border-color css
<style>
span { border-color: #BCC7E9; }
span { border-color: rgb(188,199,233); }
td.TdClassName
{
border-color: #BCC7E9;
}
.TagClassName
{
border-color: #BCC7E9;
}
</style>