Shades of Periwinkle #BEC5F0
Tints of Periwinkle #BEC5F0
RGB
CMYK
RGB Variations
Color information
#BEC5F0 (or 0xBEC5F0) is known color: Periwinkle. HEX triplet: BE, C5 and F0. RGB value is (190,197,240). Sum of RGB (Red+Green+Blue) = 190+197+240=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEC5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5F0 is #413A0F. Grayscale: #C7C7C7. Windows color (decimal): -4274704 or 15779262. OLE color: 15779262.
HSL color Cylindrical-coordinate representation of color #BEC5F0: hue angle of 231.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC5F0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 197 | 240 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.06 |
| HSL | 231.6º | 0.63% | 0.84% | - |
| HSV(B) | 231.6º | 0.21% | 0.94% | - |
| XYZ | 56.93 | 57.17 | 90.47 | - |
| YUV | 199.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 240 | 0.21 | 0.18 | 0 | 0.06 | 231.6 | 0.63 | 0.84 |
| Hex | BE | C5 | F0 | 15 | 12 | 0 | 6 | E8 | 3E | 54 |
| Octal | 276 | 305 | 360 | 25 | 22 | 0 | 6 | 350 | 76 | 124 |
| Binary | 10111110 | 11000101 | 11110000 | 10101 | 10010 | 0 | 110 | 11101000 | 111110 | 1010100 |
Color Harmonies of #BEC5F0
Complementary color
Monochromatic Colors of #BEC5F0
Black with #BEC5F0
Text Example
Text Example
White with #BEC5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5F0; }
p { color: rgb(190,197,240); }
H1.HeaderClassName
{
color: #BEC5F0;
}
.AnyTagClassName
{
color: #BEC5F0;
}
</style>
background-color css
<style>
a { background-color: #BEC5F0; }
a { background-color: rgb(190,197,240); }
div.DivClassName
{
background-color: #BEC5F0;
}
.BgClassName
{
background-color: #BEC5F0;
}
</style>
border-color css
<style>
span { border-color: #BEC5F0; }
span { border-color: rgb(190,197,240); }
td.TdClassName
{
border-color: #BEC5F0;
}
.TagClassName
{
border-color: #BEC5F0;
}
</style>