Shades of Periwinkle #BCC7F9
Tints of Periwinkle #BCC7F9
RGB
CMYK
RGB Variations
Color information
#BCC7F9 (or 0xBCC7F9) is known color: Periwinkle. HEX triplet: BC, C7 and F9. RGB value is (188,199,249). Sum of RGB (Red+Green+Blue) = 188+199+249=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7F9 is #433806. Grayscale: #C9C9C9. Windows color (decimal): -4405255 or 16369596. OLE color: 16369596.
HSL color Cylindrical-coordinate representation of color #BCC7F9: hue angle of 229.18º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC7F9 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 199 | 249 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.02 |
| HSL | 229.18º | 0.84% | 0.86% | - |
| HSV(B) | 229.18º | 0.24% | 0.98% | - |
| XYZ | 58.26 | 58.38 | 97.82 | - |
| YUV | 201.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 249 | 0.24 | 0.20 | 0 | 0.02 | 229.18 | 0.84 | 0.86 |
| Hex | BC | C7 | F9 | 18 | 14 | 0 | 2 | E5 | 54 | 56 |
| Octal | 274 | 307 | 371 | 30 | 24 | 0 | 2 | 345 | 124 | 126 |
| Binary | 10111100 | 11000111 | 11111001 | 11000 | 10100 | 0 | 10 | 11100101 | 1010100 | 1010110 |
Color Harmonies of #BCC7F9
Complementary color
Monochromatic Colors of #BCC7F9
Black with #BCC7F9
Text Example
Text Example
White with #BCC7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7F9; }
p { color: rgb(188,199,249); }
H1.HeaderClassName
{
color: #BCC7F9;
}
.AnyTagClassName
{
color: #BCC7F9;
}
</style>
background-color css
<style>
a { background-color: #BCC7F9; }
a { background-color: rgb(188,199,249); }
div.DivClassName
{
background-color: #BCC7F9;
}
.BgClassName
{
background-color: #BCC7F9;
}
</style>
border-color css
<style>
span { border-color: #BCC7F9; }
span { border-color: rgb(188,199,249); }
td.TdClassName
{
border-color: #BCC7F9;
}
.TagClassName
{
border-color: #BCC7F9;
}
</style>