Shades of Periwinkle #BEC9E8
Tints of Periwinkle #BEC9E8
RGB
CMYK
RGB Variations
Color information
#BEC9E8 (or 0xBEC9E8) is known color: Periwinkle. HEX triplet: BE, C9 and E8. RGB value is (190,201,232). Sum of RGB (Red+Green+Blue) = 190+201+232=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEC9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9E8 is #413617. Grayscale: #C9C9C9. Windows color (decimal): -4273688 or 15255998. OLE color: 15255998.
HSL color Cylindrical-coordinate representation of color #BEC9E8: hue angle of 224.29º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC9E8 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 201 | 232 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.09 |
| HSL | 224.29º | 0.48% | 0.83% | - |
| HSV(B) | 224.29º | 0.18% | 0.91% | - |
| XYZ | 56.69 | 58.55 | 84.66 | - |
| YUV | 201.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 232 | 0.18 | 0.13 | 0 | 0.09 | 224.29 | 0.48 | 0.83 |
| Hex | BE | C9 | E8 | 12 | D | 0 | 9 | E0 | 30 | 53 |
| Octal | 276 | 311 | 350 | 22 | 15 | 0 | 11 | 340 | 60 | 123 |
| Binary | 10111110 | 11001001 | 11101000 | 10010 | 1101 | 0 | 1001 | 11100000 | 110000 | 1010011 |
Color Harmonies of #BEC9E8
Complementary color
Monochromatic Colors of #BEC9E8
Black with #BEC9E8
Text Example
Text Example
White with #BEC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9E8; }
p { color: rgb(190,201,232); }
H1.HeaderClassName
{
color: #BEC9E8;
}
.AnyTagClassName
{
color: #BEC9E8;
}
</style>
background-color css
<style>
a { background-color: #BEC9E8; }
a { background-color: rgb(190,201,232); }
div.DivClassName
{
background-color: #BEC9E8;
}
.BgClassName
{
background-color: #BEC9E8;
}
</style>
border-color css
<style>
span { border-color: #BEC9E8; }
span { border-color: rgb(190,201,232); }
td.TdClassName
{
border-color: #BEC9E8;
}
.TagClassName
{
border-color: #BEC9E8;
}
</style>