Shades of Periwinkle #BCC7F0
Tints of Periwinkle #BCC7F0
RGB
CMYK
RGB Variations
Color information
#BCC7F0 (or 0xBCC7F0) is known color: Periwinkle. HEX triplet: BC, C7 and F0. RGB value is (188,199,240). Sum of RGB (Red+Green+Blue) = 188+199+240=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7F0 is #43380F. Grayscale: #C8C8C8. Windows color (decimal): -4405264 or 15779772. OLE color: 15779772.
HSL color Cylindrical-coordinate representation of color #BCC7F0: hue angle of 227.31º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC7F0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 199 | 240 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.06 |
| HSL | 227.31º | 0.63% | 0.84% | - |
| HSV(B) | 227.31º | 0.22% | 0.94% | - |
| XYZ | 56.89 | 57.83 | 90.6 | - |
| YUV | 200.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 240 | 0.22 | 0.17 | 0 | 0.06 | 227.31 | 0.63 | 0.84 |
| Hex | BC | C7 | F0 | 16 | 11 | 0 | 6 | E3 | 3F | 54 |
| Octal | 274 | 307 | 360 | 26 | 21 | 0 | 6 | 343 | 77 | 124 |
| Binary | 10111100 | 11000111 | 11110000 | 10110 | 10001 | 0 | 110 | 11100011 | 111111 | 1010100 |
Color Harmonies of #BCC7F0
Complementary color
Monochromatic Colors of #BCC7F0
Black with #BCC7F0
Text Example
Text Example
White with #BCC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7F0; }
p { color: rgb(188,199,240); }
H1.HeaderClassName
{
color: #BCC7F0;
}
.AnyTagClassName
{
color: #BCC7F0;
}
</style>
background-color css
<style>
a { background-color: #BCC7F0; }
a { background-color: rgb(188,199,240); }
div.DivClassName
{
background-color: #BCC7F0;
}
.BgClassName
{
background-color: #BCC7F0;
}
</style>
border-color css
<style>
span { border-color: #BCC7F0; }
span { border-color: rgb(188,199,240); }
td.TdClassName
{
border-color: #BCC7F0;
}
.TagClassName
{
border-color: #BCC7F0;
}
</style>