Shades of Periwinkle #BACFFF
Tints of Periwinkle #BACFFF
RGB
CMYK
RGB Variations
Color information
#BACFFF (or 0xBACFFF) is known color: Periwinkle. HEX triplet: BA, CF and FF. RGB value is (186,207,255). Sum of RGB (Red+Green+Blue) = 186+207+255=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #BACFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFFF is #453000. Grayscale: #CDCDCD. Windows color (decimal): -4534273 or 16764858. OLE color: 16764858.
HSL color Cylindrical-coordinate representation of color #BACFFF: hue angle of 221.74º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACFFF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 207 | 255 | - |
| CMYK | 0.27 | 0.19 | 0 | 0 |
| HSL | 221.74º | 1% | 0.86% | - |
| HSV(B) | 221.74º | 0.27% | 1% | - |
| XYZ | 60.61 | 62.28 | 103.44 | - |
| YUV | 206.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 255 | 0.27 | 0.19 | 0 | 0 | 221.74 | 1 | 0.86 |
| Hex | BA | CF | FF | 1B | 13 | 0 | 0 | DE | 64 | 56 |
| Octal | 272 | 317 | 377 | 33 | 23 | 0 | 0 | 336 | 144 | 126 |
| Binary | 10111010 | 11001111 | 11111111 | 11011 | 10011 | 0 | 0 | 11011110 | 1100100 | 1010110 |
Color Harmonies of #BACFFF
Complementary color
Monochromatic Colors of #BACFFF
Black with #BACFFF
Text Example
Text Example
White with #BACFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFFF; }
p { color: rgb(186,207,255); }
H1.HeaderClassName
{
color: #BACFFF;
}
.AnyTagClassName
{
color: #BACFFF;
}
</style>
background-color css
<style>
a { background-color: #BACFFF; }
a { background-color: rgb(186,207,255); }
div.DivClassName
{
background-color: #BACFFF;
}
.BgClassName
{
background-color: #BACFFF;
}
</style>
border-color css
<style>
span { border-color: #BACFFF; }
span { border-color: rgb(186,207,255); }
td.TdClassName
{
border-color: #BACFFF;
}
.TagClassName
{
border-color: #BACFFF;
}
</style>