Shades of Periwinkle #BACBFE
Tints of Periwinkle #BACBFE
RGB
CMYK
RGB Variations
Color information
#BACBFE (or 0xBACBFE) is known color: Periwinkle. HEX triplet: BA, CB and FE. RGB value is (186,203,254). Sum of RGB (Red+Green+Blue) = 186+203+254=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #BACBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBFE is #453401. Grayscale: #CBCBCB. Windows color (decimal): -4535298 or 16698298. OLE color: 16698298.
HSL color Cylindrical-coordinate representation of color #BACBFE: hue angle of 225º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACBFE is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 203 | 254 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.00 |
| HSL | 225º | 0.97% | 0.86% | - |
| HSV(B) | 225º | 0.27% | 1% | - |
| XYZ | 59.5 | 60.31 | 102.27 | - |
| YUV | 203.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 254 | 0.27 | 0.20 | 0 | 0.00 | 225 | 0.97 | 0.86 |
| Hex | BA | CB | FE | 1B | 14 | 0 | 0 | E1 | 61 | 56 |
| Octal | 272 | 313 | 376 | 33 | 24 | 0 | 0 | 341 | 141 | 126 |
| Binary | 10111010 | 11001011 | 11111110 | 11011 | 10100 | 0 | 0 | 11100001 | 1100001 | 1010110 |
Color Harmonies of #BACBFE
Complementary color
Monochromatic Colors of #BACBFE
Black with #BACBFE
Text Example
Text Example
White with #BACBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBFE; }
p { color: rgb(186,203,254); }
H1.HeaderClassName
{
color: #BACBFE;
}
.AnyTagClassName
{
color: #BACBFE;
}
</style>
background-color css
<style>
a { background-color: #BACBFE; }
a { background-color: rgb(186,203,254); }
div.DivClassName
{
background-color: #BACBFE;
}
.BgClassName
{
background-color: #BACBFE;
}
</style>
border-color css
<style>
span { border-color: #BACBFE; }
span { border-color: rgb(186,203,254); }
td.TdClassName
{
border-color: #BACBFE;
}
.TagClassName
{
border-color: #BACBFE;
}
</style>