Shades of Periwinkle #BCC7F4
Tints of Periwinkle #BCC7F4
RGB
CMYK
RGB Variations
Color information
#BCC7F4 (or 0xBCC7F4) is known color: Periwinkle. HEX triplet: BC, C7 and F4. RGB value is (188,199,244). Sum of RGB (Red+Green+Blue) = 188+199+244=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 244 (95.70% from 255 or 38.67% from 631); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCC7F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7F4 is #43380B. Grayscale: #C8C8C8. Windows color (decimal): -4405260 or 16041916. OLE color: 16041916.
HSL color Cylindrical-coordinate representation of color #BCC7F4: hue angle of 228.21º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC7F4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 199 | 244 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.04 |
| HSL | 228.21º | 0.72% | 0.85% | - |
| HSV(B) | 228.21º | 0.23% | 0.96% | - |
| XYZ | 57.49 | 58.07 | 93.77 | - |
| YUV | 200.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 244 | 0.23 | 0.18 | 0 | 0.04 | 228.21 | 0.72 | 0.85 |
| Hex | BC | C7 | F4 | 17 | 12 | 0 | 4 | E4 | 48 | 55 |
| Octal | 274 | 307 | 364 | 27 | 22 | 0 | 4 | 344 | 110 | 125 |
| Binary | 10111100 | 11000111 | 11110100 | 10111 | 10010 | 0 | 100 | 11100100 | 1001000 | 1010101 |
Color Harmonies of #BCC7F4
Complementary color
Monochromatic Colors of #BCC7F4
Black with #BCC7F4
Text Example
Text Example
White with #BCC7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7F4; }
p { color: rgb(188,199,244); }
H1.HeaderClassName
{
color: #BCC7F4;
}
.AnyTagClassName
{
color: #BCC7F4;
}
</style>
background-color css
<style>
a { background-color: #BCC7F4; }
a { background-color: rgb(188,199,244); }
div.DivClassName
{
background-color: #BCC7F4;
}
.BgClassName
{
background-color: #BCC7F4;
}
</style>
border-color css
<style>
span { border-color: #BCC7F4; }
span { border-color: rgb(188,199,244); }
td.TdClassName
{
border-color: #BCC7F4;
}
.TagClassName
{
border-color: #BCC7F4;
}
</style>