Shades of Periwinkle #BAC3DE
Tints of Periwinkle #BAC3DE
RGB
CMYK
RGB Variations
Color information
#BAC3DE (or 0xBAC3DE) is known color: Periwinkle. HEX triplet: BA, C3 and DE. RGB value is (186,195,222). Sum of RGB (Red+Green+Blue) = 186+195+222=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3DE is #453C21. Grayscale: #C3C3C3. Windows color (decimal): -4537378 or 14599098. OLE color: 14599098.
HSL color Cylindrical-coordinate representation of color #BAC3DE: hue angle of 225º 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 #BAC3DE is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 195 | 222 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.13 |
| HSL | 225º | 0.35% | 0.8% | - |
| HSV(B) | 225º | 0.16% | 0.87% | - |
| XYZ | 52.95 | 54.74 | 76.88 | - |
| YUV | 195.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 222 | 0.16 | 0.12 | 0 | 0.13 | 225 | 0.35 | 0.8 |
| Hex | BA | C3 | DE | 10 | C | 0 | D | E1 | 23 | 50 |
| Octal | 272 | 303 | 336 | 20 | 14 | 0 | 15 | 341 | 43 | 120 |
| Binary | 10111010 | 11000011 | 11011110 | 10000 | 1100 | 0 | 1101 | 11100001 | 100011 | 1010000 |
Color Harmonies of #BAC3DE
Complementary color
Monochromatic Colors of #BAC3DE
Black with #BAC3DE
Text Example
Text Example
White with #BAC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3DE; }
p { color: rgb(186,195,222); }
H1.HeaderClassName
{
color: #BAC3DE;
}
.AnyTagClassName
{
color: #BAC3DE;
}
</style>
background-color css
<style>
a { background-color: #BAC3DE; }
a { background-color: rgb(186,195,222); }
div.DivClassName
{
background-color: #BAC3DE;
}
.BgClassName
{
background-color: #BAC3DE;
}
</style>
border-color css
<style>
span { border-color: #BAC3DE; }
span { border-color: rgb(186,195,222); }
td.TdClassName
{
border-color: #BAC3DE;
}
.TagClassName
{
border-color: #BAC3DE;
}
</style>