Shades of Periwinkle #BACBEB
Tints of Periwinkle #BACBEB
RGB
CMYK
RGB Variations
Color information
#BACBEB (or 0xBACBEB) is known color: Periwinkle. HEX triplet: BA, CB and EB. RGB value is (186,203,235). Sum of RGB (Red+Green+Blue) = 186+203+235=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #BACBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBEB is #453414. Grayscale: #C9C9C9. Windows color (decimal): -4535317 or 15453114. OLE color: 15453114.
HSL color Cylindrical-coordinate representation of color #BACBEB: hue angle of 219.18º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACBEB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 203 | 235 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.08 |
| HSL | 219.18º | 0.55% | 0.83% | - |
| HSV(B) | 219.18º | 0.21% | 0.92% | - |
| XYZ | 56.6 | 59.15 | 87.03 | - |
| YUV | 201.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 235 | 0.21 | 0.14 | 0 | 0.08 | 219.18 | 0.55 | 0.83 |
| Hex | BA | CB | EB | 15 | E | 0 | 8 | DB | 37 | 53 |
| Octal | 272 | 313 | 353 | 25 | 16 | 0 | 10 | 333 | 67 | 123 |
| Binary | 10111010 | 11001011 | 11101011 | 10101 | 1110 | 0 | 1000 | 11011011 | 110111 | 1010011 |
Color Harmonies of #BACBEB
Complementary color
Monochromatic Colors of #BACBEB
Black with #BACBEB
Text Example
Text Example
White with #BACBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBEB; }
p { color: rgb(186,203,235); }
H1.HeaderClassName
{
color: #BACBEB;
}
.AnyTagClassName
{
color: #BACBEB;
}
</style>
background-color css
<style>
a { background-color: #BACBEB; }
a { background-color: rgb(186,203,235); }
div.DivClassName
{
background-color: #BACBEB;
}
.BgClassName
{
background-color: #BACBEB;
}
</style>
border-color css
<style>
span { border-color: #BACBEB; }
span { border-color: rgb(186,203,235); }
td.TdClassName
{
border-color: #BACBEB;
}
.TagClassName
{
border-color: #BACBEB;
}
</style>