Shades of Periwinkle #BACCFD
Tints of Periwinkle #BACCFD
RGB
CMYK
RGB Variations
Color information
#BACCFD (or 0xBACCFD) is known color: Periwinkle. HEX triplet: BA, CC and FD. RGB value is (186,204,253). Sum of RGB (Red+Green+Blue) = 186+204+253=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #BACCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCFD is #453302. Grayscale: #CBCBCB. Windows color (decimal): -4535043 or 16633018. OLE color: 16633018.
HSL color Cylindrical-coordinate representation of color #BACCFD: hue angle of 223.88º 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 #BACCFD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 204 | 253 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.01 |
| HSL | 223.88º | 0.94% | 0.86% | - |
| HSV(B) | 223.88º | 0.26% | 0.99% | - |
| XYZ | 59.57 | 60.72 | 101.51 | - |
| YUV | 204.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 253 | 0.26 | 0.19 | 0 | 0.01 | 223.88 | 0.94 | 0.86 |
| Hex | BA | CC | FD | 1A | 13 | 0 | 1 | E0 | 5E | 56 |
| Octal | 272 | 314 | 375 | 32 | 23 | 0 | 1 | 340 | 136 | 126 |
| Binary | 10111010 | 11001100 | 11111101 | 11010 | 10011 | 0 | 1 | 11100000 | 1011110 | 1010110 |
Color Harmonies of #BACCFD
Complementary color
Monochromatic Colors of #BACCFD
Black with #BACCFD
Text Example
Text Example
White with #BACCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCFD; }
p { color: rgb(186,204,253); }
H1.HeaderClassName
{
color: #BACCFD;
}
.AnyTagClassName
{
color: #BACCFD;
}
</style>
background-color css
<style>
a { background-color: #BACCFD; }
a { background-color: rgb(186,204,253); }
div.DivClassName
{
background-color: #BACCFD;
}
.BgClassName
{
background-color: #BACCFD;
}
</style>
border-color css
<style>
span { border-color: #BACCFD; }
span { border-color: rgb(186,204,253); }
td.TdClassName
{
border-color: #BACCFD;
}
.TagClassName
{
border-color: #BACCFD;
}
</style>