Shades of Periwinkle #BCC7F3
Tints of Periwinkle #BCC7F3
RGB
CMYK
RGB Variations
Color information
#BCC7F3 (or 0xBCC7F3) is known color: Periwinkle. HEX triplet: BC, C7 and F3. RGB value is (188,199,243). Sum of RGB (Red+Green+Blue) = 188+199+243=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCC7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7F3 is #43380C. Grayscale: #C8C8C8. Windows color (decimal): -4405261 or 15976380. OLE color: 15976380.
HSL color Cylindrical-coordinate representation of color #BCC7F3: hue angle of 228º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC7F3 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 199 | 243 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.05 |
| HSL | 228º | 0.7% | 0.85% | - |
| HSV(B) | 228º | 0.23% | 0.95% | - |
| XYZ | 57.34 | 58.01 | 92.97 | - |
| YUV | 200.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 243 | 0.23 | 0.18 | 0 | 0.05 | 228 | 0.7 | 0.85 |
| Hex | BC | C7 | F3 | 17 | 12 | 0 | 5 | E4 | 46 | 55 |
| Octal | 274 | 307 | 363 | 27 | 22 | 0 | 5 | 344 | 106 | 125 |
| Binary | 10111100 | 11000111 | 11110011 | 10111 | 10010 | 0 | 101 | 11100100 | 1000110 | 1010101 |
Color Harmonies of #BCC7F3
Complementary color
Monochromatic Colors of #BCC7F3
Black with #BCC7F3
Text Example
Text Example
White with #BCC7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7F3; }
p { color: rgb(188,199,243); }
H1.HeaderClassName
{
color: #BCC7F3;
}
.AnyTagClassName
{
color: #BCC7F3;
}
</style>
background-color css
<style>
a { background-color: #BCC7F3; }
a { background-color: rgb(188,199,243); }
div.DivClassName
{
background-color: #BCC7F3;
}
.BgClassName
{
background-color: #BCC7F3;
}
</style>
border-color css
<style>
span { border-color: #BCC7F3; }
span { border-color: rgb(188,199,243); }
td.TdClassName
{
border-color: #BCC7F3;
}
.TagClassName
{
border-color: #BCC7F3;
}
</style>