Shades of Periwinkle #BCC8FA
Tints of Periwinkle #BCC8FA
RGB
CMYK
RGB Variations
Color information
#BCC8FA (or 0xBCC8FA) is known color: Periwinkle. HEX triplet: BC, C8 and FA. RGB value is (188,200,250). Sum of RGB (Red+Green+Blue) = 188+200+250=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8FA is #433705. Grayscale: #C9C9C9. Windows color (decimal): -4404998 or 16435388. OLE color: 16435388.
HSL color Cylindrical-coordinate representation of color #BCC8FA: hue angle of 228.39º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC8FA is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 200 | 250 | - |
| CMYK | 0.25 | 0.2 | 0 | 0.02 |
| HSL | 228.39º | 0.86% | 0.86% | - |
| HSV(B) | 228.39º | 0.25% | 0.98% | - |
| XYZ | 58.65 | 58.9 | 98.72 | - |
| YUV | 202.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 250 | 0.25 | 0.2 | 0 | 0.02 | 228.39 | 0.86 | 0.86 |
| Hex | BC | C8 | FA | 19 | 14 | 0 | 2 | E4 | 56 | 56 |
| Octal | 274 | 310 | 372 | 31 | 24 | 0 | 2 | 344 | 126 | 126 |
| Binary | 10111100 | 11001000 | 11111010 | 11001 | 10100 | 0 | 10 | 11100100 | 1010110 | 1010110 |
Color Harmonies of #BCC8FA
Complementary color
Monochromatic Colors of #BCC8FA
Black with #BCC8FA
Text Example
Text Example
White with #BCC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8FA; }
p { color: rgb(188,200,250); }
H1.HeaderClassName
{
color: #BCC8FA;
}
.AnyTagClassName
{
color: #BCC8FA;
}
</style>
background-color css
<style>
a { background-color: #BCC8FA; }
a { background-color: rgb(188,200,250); }
div.DivClassName
{
background-color: #BCC8FA;
}
.BgClassName
{
background-color: #BCC8FA;
}
</style>
border-color css
<style>
span { border-color: #BCC8FA; }
span { border-color: rgb(188,200,250); }
td.TdClassName
{
border-color: #BCC8FA;
}
.TagClassName
{
border-color: #BCC8FA;
}
</style>