Shades of Periwinkle #BACFFD
Tints of Periwinkle #BACFFD
RGB
CMYK
RGB Variations
Color information
#BACFFD (or 0xBACFFD) is known color: Periwinkle. HEX triplet: BA, CF and FD. RGB value is (186,207,253). Sum of RGB (Red+Green+Blue) = 186+207+253=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #BACFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFFD is #453002. Grayscale: #CDCDCD. Windows color (decimal): -4534275 or 16633786. OLE color: 16633786.
HSL color Cylindrical-coordinate representation of color #BACFFD: hue angle of 221.19º degrees, saturation: 0.94, 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 #BACFFD is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 207 | 253 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.01 |
| HSL | 221.19º | 0.94% | 0.86% | - |
| HSV(B) | 221.19º | 0.26% | 0.99% | - |
| XYZ | 60.29 | 62.16 | 101.75 | - |
| YUV | 205.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 253 | 0.26 | 0.18 | 0 | 0.01 | 221.19 | 0.94 | 0.86 |
| Hex | BA | CF | FD | 1A | 12 | 0 | 1 | DD | 5E | 56 |
| Octal | 272 | 317 | 375 | 32 | 22 | 0 | 1 | 335 | 136 | 126 |
| Binary | 10111010 | 11001111 | 11111101 | 11010 | 10010 | 0 | 1 | 11011101 | 1011110 | 1010110 |
Color Harmonies of #BACFFD
Complementary color
Monochromatic Colors of #BACFFD
Black with #BACFFD
Text Example
Text Example
White with #BACFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFFD; }
p { color: rgb(186,207,253); }
H1.HeaderClassName
{
color: #BACFFD;
}
.AnyTagClassName
{
color: #BACFFD;
}
</style>
background-color css
<style>
a { background-color: #BACFFD; }
a { background-color: rgb(186,207,253); }
div.DivClassName
{
background-color: #BACFFD;
}
.BgClassName
{
background-color: #BACFFD;
}
</style>
border-color css
<style>
span { border-color: #BACFFD; }
span { border-color: rgb(186,207,253); }
td.TdClassName
{
border-color: #BACFFD;
}
.TagClassName
{
border-color: #BACFFD;
}
</style>