Shades of Periwinkle #BACBE4
Tints of Periwinkle #BACBE4
RGB
CMYK
RGB Variations
Color information
#BACBE4 (or 0xBACBE4) is known color: Periwinkle. HEX triplet: BA, CB and E4. RGB value is (186,203,228). Sum of RGB (Red+Green+Blue) = 186+203+228=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #BACBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBE4 is #45341B. Grayscale: #C8C8C8. Windows color (decimal): -4535324 or 14994362. OLE color: 14994362.
HSL color Cylindrical-coordinate representation of color #BACBE4: hue angle of 215.71º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACBE4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 203 | 228 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.11 |
| HSL | 215.71º | 0.44% | 0.81% | - |
| HSV(B) | 215.71º | 0.18% | 0.89% | - |
| XYZ | 55.61 | 58.75 | 81.81 | - |
| YUV | 200.77 | 143.37 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 228 | 0.18 | 0.11 | 0 | 0.11 | 215.71 | 0.44 | 0.81 |
| Hex | BA | CB | E4 | 12 | B | 0 | B | D8 | 2C | 51 |
| Octal | 272 | 313 | 344 | 22 | 13 | 0 | 13 | 330 | 54 | 121 |
| Binary | 10111010 | 11001011 | 11100100 | 10010 | 1011 | 0 | 1011 | 11011000 | 101100 | 1010001 |
Color Harmonies of #BACBE4
Complementary color
Monochromatic Colors of #BACBE4
Black with #BACBE4
Text Example
Text Example
White with #BACBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBE4; }
p { color: rgb(186,203,228); }
H1.HeaderClassName
{
color: #BACBE4;
}
.AnyTagClassName
{
color: #BACBE4;
}
</style>
background-color css
<style>
a { background-color: #BACBE4; }
a { background-color: rgb(186,203,228); }
div.DivClassName
{
background-color: #BACBE4;
}
.BgClassName
{
background-color: #BACBE4;
}
</style>
border-color css
<style>
span { border-color: #BACBE4; }
span { border-color: rgb(186,203,228); }
td.TdClassName
{
border-color: #BACBE4;
}
.TagClassName
{
border-color: #BACBE4;
}
</style>