Shades of Periwinkle #BACBED
Tints of Periwinkle #BACBED
RGB
CMYK
RGB Variations
Color information
#BACBED (or 0xBACBED) is known color: Periwinkle. HEX triplet: BA, CB and ED. RGB value is (186,203,237). Sum of RGB (Red+Green+Blue) = 186+203+237=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #BACBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBED is #453412. Grayscale: #C9C9C9. Windows color (decimal): -4535315 or 15584186. OLE color: 15584186.
HSL color Cylindrical-coordinate representation of color #BACBED: hue angle of 220º 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 #BACBED is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 203 | 237 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.07 |
| HSL | 220º | 0.59% | 0.83% | - |
| HSV(B) | 220º | 0.22% | 0.93% | - |
| XYZ | 56.89 | 59.27 | 88.56 | - |
| YUV | 201.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 237 | 0.22 | 0.14 | 0 | 0.07 | 220 | 0.59 | 0.83 |
| Hex | BA | CB | ED | 16 | E | 0 | 7 | DC | 3B | 53 |
| Octal | 272 | 313 | 355 | 26 | 16 | 0 | 7 | 334 | 73 | 123 |
| Binary | 10111010 | 11001011 | 11101101 | 10110 | 1110 | 0 | 111 | 11011100 | 111011 | 1010011 |
Color Harmonies of #BACBED
Complementary color
Monochromatic Colors of #BACBED
Black with #BACBED
Text Example
Text Example
White with #BACBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBED; }
p { color: rgb(186,203,237); }
H1.HeaderClassName
{
color: #BACBED;
}
.AnyTagClassName
{
color: #BACBED;
}
</style>
background-color css
<style>
a { background-color: #BACBED; }
a { background-color: rgb(186,203,237); }
div.DivClassName
{
background-color: #BACBED;
}
.BgClassName
{
background-color: #BACBED;
}
</style>
border-color css
<style>
span { border-color: #BACBED; }
span { border-color: rgb(186,203,237); }
td.TdClassName
{
border-color: #BACBED;
}
.TagClassName
{
border-color: #BACBED;
}
</style>