Shades of Periwinkle #BAC9ED
Tints of Periwinkle #BAC9ED
RGB
CMYK
RGB Variations
Color information
#BAC9ED (or 0xBAC9ED) is known color: Periwinkle. HEX triplet: BA, C9 and ED. RGB value is (186,201,237). Sum of RGB (Red+Green+Blue) = 186+201+237=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9ED is #453612. Grayscale: #C8C8C8. Windows color (decimal): -4535827 or 15583674. OLE color: 15583674.
HSL color Cylindrical-coordinate representation of color #BAC9ED: hue angle of 222.35º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC9ED is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 201 | 237 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.07 |
| HSL | 222.35º | 0.59% | 0.83% | - |
| HSV(B) | 222.35º | 0.22% | 0.93% | - |
| XYZ | 56.42 | 58.33 | 88.41 | - |
| YUV | 200.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 237 | 0.22 | 0.15 | 0 | 0.07 | 222.35 | 0.59 | 0.83 |
| Hex | BA | C9 | ED | 16 | F | 0 | 7 | DE | 3B | 53 |
| Octal | 272 | 311 | 355 | 26 | 17 | 0 | 7 | 336 | 73 | 123 |
| Binary | 10111010 | 11001001 | 11101101 | 10110 | 1111 | 0 | 111 | 11011110 | 111011 | 1010011 |
Color Harmonies of #BAC9ED
Complementary color
Monochromatic Colors of #BAC9ED
Black with #BAC9ED
Text Example
Text Example
White with #BAC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9ED; }
p { color: rgb(186,201,237); }
H1.HeaderClassName
{
color: #BAC9ED;
}
.AnyTagClassName
{
color: #BAC9ED;
}
</style>
background-color css
<style>
a { background-color: #BAC9ED; }
a { background-color: rgb(186,201,237); }
div.DivClassName
{
background-color: #BAC9ED;
}
.BgClassName
{
background-color: #BAC9ED;
}
</style>
border-color css
<style>
span { border-color: #BAC9ED; }
span { border-color: rgb(186,201,237); }
td.TdClassName
{
border-color: #BAC9ED;
}
.TagClassName
{
border-color: #BAC9ED;
}
</style>