Shades of Periwinkle #BAC8E8
Tints of Periwinkle #BAC8E8
RGB
CMYK
RGB Variations
Color information
#BAC8E8 (or 0xBAC8E8) is known color: Periwinkle. HEX triplet: BA, C8 and E8. RGB value is (186,200,232). Sum of RGB (Red+Green+Blue) = 186+200+232=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAC8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8E8 is #453717. Grayscale: #C7C7C7. Windows color (decimal): -4536088 or 15255738. OLE color: 15255738.
HSL color Cylindrical-coordinate representation of color #BAC8E8: hue angle of 221.74º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC8E8 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 200 | 232 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.09 |
| HSL | 221.74º | 0.5% | 0.82% | - |
| HSV(B) | 221.74º | 0.2% | 0.91% | - |
| XYZ | 55.47 | 57.57 | 84.53 | - |
| YUV | 199.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 232 | 0.20 | 0.14 | 0 | 0.09 | 221.74 | 0.5 | 0.82 |
| Hex | BA | C8 | E8 | 14 | E | 0 | 9 | DE | 32 | 52 |
| Octal | 272 | 310 | 350 | 24 | 16 | 0 | 11 | 336 | 62 | 122 |
| Binary | 10111010 | 11001000 | 11101000 | 10100 | 1110 | 0 | 1001 | 11011110 | 110010 | 1010010 |
Color Harmonies of #BAC8E8
Complementary color
Monochromatic Colors of #BAC8E8
Black with #BAC8E8
Text Example
Text Example
White with #BAC8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8E8; }
p { color: rgb(186,200,232); }
H1.HeaderClassName
{
color: #BAC8E8;
}
.AnyTagClassName
{
color: #BAC8E8;
}
</style>
background-color css
<style>
a { background-color: #BAC8E8; }
a { background-color: rgb(186,200,232); }
div.DivClassName
{
background-color: #BAC8E8;
}
.BgClassName
{
background-color: #BAC8E8;
}
</style>
border-color css
<style>
span { border-color: #BAC8E8; }
span { border-color: rgb(186,200,232); }
td.TdClassName
{
border-color: #BAC8E8;
}
.TagClassName
{
border-color: #BAC8E8;
}
</style>