Shades of Periwinkle #BACDF5
Tints of Periwinkle #BACDF5
RGB
CMYK
RGB Variations
Color information
#BACDF5 (or 0xBACDF5) is known color: Periwinkle. HEX triplet: BA, CD and F5. RGB value is (186,205,245). Sum of RGB (Red+Green+Blue) = 186+205+245=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #BACDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF5 is #45320A. Grayscale: #CBCBCB. Windows color (decimal): -4534795 or 16108986. OLE color: 16108986.
HSL color Cylindrical-coordinate representation of color #BACDF5: hue angle of 220.68º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACDF5 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 205 | 245 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.04 |
| HSL | 220.68º | 0.75% | 0.85% | - |
| HSV(B) | 220.68º | 0.24% | 0.96% | - |
| XYZ | 58.56 | 60.69 | 95.01 | - |
| YUV | 203.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 245 | 0.24 | 0.16 | 0 | 0.04 | 220.68 | 0.75 | 0.85 |
| Hex | BA | CD | F5 | 18 | 10 | 0 | 4 | DD | 4B | 55 |
| Octal | 272 | 315 | 365 | 30 | 20 | 0 | 4 | 335 | 113 | 125 |
| Binary | 10111010 | 11001101 | 11110101 | 11000 | 10000 | 0 | 100 | 11011101 | 1001011 | 1010101 |
Color Harmonies of #BACDF5
Complementary color
Monochromatic Colors of #BACDF5
Black with #BACDF5
Text Example
Text Example
White with #BACDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDF5; }
p { color: rgb(186,205,245); }
H1.HeaderClassName
{
color: #BACDF5;
}
.AnyTagClassName
{
color: #BACDF5;
}
</style>
background-color css
<style>
a { background-color: #BACDF5; }
a { background-color: rgb(186,205,245); }
div.DivClassName
{
background-color: #BACDF5;
}
.BgClassName
{
background-color: #BACDF5;
}
</style>
border-color css
<style>
span { border-color: #BACDF5; }
span { border-color: rgb(186,205,245); }
td.TdClassName
{
border-color: #BACDF5;
}
.TagClassName
{
border-color: #BACDF5;
}
</style>