Shades of Periwinkle #BACFFC
Tints of Periwinkle #BACFFC
RGB
CMYK
RGB Variations
Color information
#BACFFC (or 0xBACFFC) is known color: Periwinkle. HEX triplet: BA, CF and FC. RGB value is (186,207,252). Sum of RGB (Red+Green+Blue) = 186+207+252=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #BACFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFFC is #453003. Grayscale: #CDCDCD. Windows color (decimal): -4534276 or 16568250. OLE color: 16568250.
HSL color Cylindrical-coordinate representation of color #BACFFC: hue angle of 220.91º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BACFFC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 207 | 252 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.01 |
| HSL | 220.91º | 0.92% | 0.86% | - |
| HSV(B) | 220.91º | 0.26% | 0.99% | - |
| XYZ | 60.13 | 62.09 | 100.91 | - |
| YUV | 205.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 252 | 0.26 | 0.18 | 0 | 0.01 | 220.91 | 0.92 | 0.86 |
| Hex | BA | CF | FC | 1A | 12 | 0 | 1 | DD | 5C | 56 |
| Octal | 272 | 317 | 374 | 32 | 22 | 0 | 1 | 335 | 134 | 126 |
| Binary | 10111010 | 11001111 | 11111100 | 11010 | 10010 | 0 | 1 | 11011101 | 1011100 | 1010110 |
Color Harmonies of #BACFFC
Complementary color
Monochromatic Colors of #BACFFC
Black with #BACFFC
Text Example
Text Example
White with #BACFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFFC; }
p { color: rgb(186,207,252); }
H1.HeaderClassName
{
color: #BACFFC;
}
.AnyTagClassName
{
color: #BACFFC;
}
</style>
background-color css
<style>
a { background-color: #BACFFC; }
a { background-color: rgb(186,207,252); }
div.DivClassName
{
background-color: #BACFFC;
}
.BgClassName
{
background-color: #BACFFC;
}
</style>
border-color css
<style>
span { border-color: #BACFFC; }
span { border-color: rgb(186,207,252); }
td.TdClassName
{
border-color: #BACFFC;
}
.TagClassName
{
border-color: #BACFFC;
}
</style>