Shades of Periwinkle #BEC9F0
Tints of Periwinkle #BEC9F0
RGB
CMYK
RGB Variations
Color information
#BEC9F0 (or 0xBEC9F0) is known color: Periwinkle. HEX triplet: BE, C9 and F0. RGB value is (190,201,240). Sum of RGB (Red+Green+Blue) = 190+201+240=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEC9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9F0 is #41360F. Grayscale: #C9C9C9. Windows color (decimal): -4273680 or 15780286. OLE color: 15780286.
HSL color Cylindrical-coordinate representation of color #BEC9F0: hue angle of 226.8º 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 #BEC9F0 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 190 | 201 | 240 | - |
CMYK | 0.21 | 0.16 | 0 | 0.06 |
HSL | 226.8º | 0.63% | 0.84% | - |
HSV(B) | 226.8º | 0.21% | 0.94% | - |
XYZ | 57.85 | 59.01 | 90.78 | - |
YUV | 202.16 | 149.36 | 119.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 201 | 240 | 0.21 | 0.16 | 0 | 0.06 | 226.8 | 0.63 | 0.84 |
Hex | BE | C9 | F0 | 15 | 10 | 0 | 6 | E3 | 3E | 54 |
Octal | 276 | 311 | 360 | 25 | 20 | 0 | 6 | 343 | 76 | 124 |
Binary | 10111110 | 11001001 | 11110000 | 10101 | 10000 | 0 | 110 | 11100011 | 111110 | 1010100 |
Color Harmonies of #BEC9F0
Complementary color
Monochromatic Colors of #BEC9F0
Black with #BEC9F0
Text Example
Text Example
White with #BEC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9F0; }
p { color: rgb(190,201,240); }
H1.HeaderClassName
{
color: #BEC9F0;
}
.AnyTagClassName
{
color: #BEC9F0;
}
</style>
background-color css
<style>
a { background-color: #BEC9F0; }
a { background-color: rgb(190,201,240); }
div.DivClassName
{
background-color: #BEC9F0;
}
.BgClassName
{
background-color: #BEC9F0;
}
</style>
border-color css
<style>
span { border-color: #BEC9F0; }
span { border-color: rgb(190,201,240); }
td.TdClassName
{
border-color: #BEC9F0;
}
.TagClassName
{
border-color: #BEC9F0;
}
</style>