Shades of Periwinkle #BAC5DE
Tints of Periwinkle #BAC5DE
RGB
CMYK
RGB Variations
Color information
#BAC5DE (or 0xBAC5DE) is known color: Periwinkle. HEX triplet: BA, C5 and DE. RGB value is (186,197,222). Sum of RGB (Red+Green+Blue) = 186+197+222=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5DE is #453A21. Grayscale: #C4C4C4. Windows color (decimal): -4536866 or 14599610. OLE color: 14599610.
HSL color Cylindrical-coordinate representation of color #BAC5DE: hue angle of 221.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC5DE is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 197 | 222 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.13 |
| HSL | 221.67º | 0.35% | 0.8% | - |
| HSV(B) | 221.67º | 0.16% | 0.87% | - |
| XYZ | 53.4 | 55.65 | 77.03 | - |
| YUV | 196.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 222 | 0.16 | 0.11 | 0 | 0.13 | 221.67 | 0.35 | 0.8 |
| Hex | BA | C5 | DE | 10 | B | 0 | D | DE | 23 | 50 |
| Octal | 272 | 305 | 336 | 20 | 13 | 0 | 15 | 336 | 43 | 120 |
| Binary | 10111010 | 11000101 | 11011110 | 10000 | 1011 | 0 | 1101 | 11011110 | 100011 | 1010000 |
Color Harmonies of #BAC5DE
Complementary color
Monochromatic Colors of #BAC5DE
Black with #BAC5DE
Text Example
Text Example
White with #BAC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5DE; }
p { color: rgb(186,197,222); }
H1.HeaderClassName
{
color: #BAC5DE;
}
.AnyTagClassName
{
color: #BAC5DE;
}
</style>
background-color css
<style>
a { background-color: #BAC5DE; }
a { background-color: rgb(186,197,222); }
div.DivClassName
{
background-color: #BAC5DE;
}
.BgClassName
{
background-color: #BAC5DE;
}
</style>
border-color css
<style>
span { border-color: #BAC5DE; }
span { border-color: rgb(186,197,222); }
td.TdClassName
{
border-color: #BAC5DE;
}
.TagClassName
{
border-color: #BAC5DE;
}
</style>