Shades of Periwinkle #BACEFD
Tints of Periwinkle #BACEFD
RGB
CMYK
RGB Variations
Color information
#BACEFD (or 0xBACEFD) is known color: Periwinkle. HEX triplet: BA, CE and FD. RGB value is (186,206,253). Sum of RGB (Red+Green+Blue) = 186+206+253=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #BACEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEFD is #453102. Grayscale: #CDCDCD. Windows color (decimal): -4534531 or 16633530. OLE color: 16633530.
HSL color Cylindrical-coordinate representation of color #BACEFD: hue angle of 222.09º 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 #BACEFD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 206 | 253 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.01 |
| HSL | 222.09º | 0.94% | 0.86% | - |
| HSV(B) | 222.09º | 0.26% | 0.99% | - |
| XYZ | 60.05 | 61.67 | 101.67 | - |
| YUV | 205.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 253 | 0.26 | 0.19 | 0 | 0.01 | 222.09 | 0.94 | 0.86 |
| Hex | BA | CE | FD | 1A | 13 | 0 | 1 | DE | 5E | 56 |
| Octal | 272 | 316 | 375 | 32 | 23 | 0 | 1 | 336 | 136 | 126 |
| Binary | 10111010 | 11001110 | 11111101 | 11010 | 10011 | 0 | 1 | 11011110 | 1011110 | 1010110 |
Color Harmonies of #BACEFD
Complementary color
Monochromatic Colors of #BACEFD
Black with #BACEFD
Text Example
Text Example
White with #BACEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEFD; }
p { color: rgb(186,206,253); }
H1.HeaderClassName
{
color: #BACEFD;
}
.AnyTagClassName
{
color: #BACEFD;
}
</style>
background-color css
<style>
a { background-color: #BACEFD; }
a { background-color: rgb(186,206,253); }
div.DivClassName
{
background-color: #BACEFD;
}
.BgClassName
{
background-color: #BACEFD;
}
</style>
border-color css
<style>
span { border-color: #BACEFD; }
span { border-color: rgb(186,206,253); }
td.TdClassName
{
border-color: #BACEFD;
}
.TagClassName
{
border-color: #BACEFD;
}
</style>