Shades of Periwinkle #BECBF0
Tints of Periwinkle #BECBF0
RGB
CMYK
RGB Variations
Color information
#BECBF0 (or 0xBECBF0) is known color: Periwinkle. HEX triplet: BE, CB and F0. RGB value is (190,203,240). Sum of RGB (Red+Green+Blue) = 190+203+240=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #BECBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBF0 is #41340F. Grayscale: #CBCBCB. Windows color (decimal): -4273168 or 15780798. OLE color: 15780798.
HSL color Cylindrical-coordinate representation of color #BECBF0: hue angle of 224.4º 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 #BECBF0 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 203 | 240 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.06 |
| HSL | 224.4º | 0.63% | 0.84% | - |
| HSV(B) | 224.4º | 0.21% | 0.94% | - |
| XYZ | 58.32 | 59.95 | 90.94 | - |
| YUV | 203.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 240 | 0.21 | 0.15 | 0 | 0.06 | 224.4 | 0.63 | 0.84 |
| Hex | BE | CB | F0 | 15 | F | 0 | 6 | E0 | 3E | 54 |
| Octal | 276 | 313 | 360 | 25 | 17 | 0 | 6 | 340 | 76 | 124 |
| Binary | 10111110 | 11001011 | 11110000 | 10101 | 1111 | 0 | 110 | 11100000 | 111110 | 1010100 |
Color Harmonies of #BECBF0
Complementary color
Monochromatic Colors of #BECBF0
Black with #BECBF0
Text Example
Text Example
White with #BECBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBF0; }
p { color: rgb(190,203,240); }
H1.HeaderClassName
{
color: #BECBF0;
}
.AnyTagClassName
{
color: #BECBF0;
}
</style>
background-color css
<style>
a { background-color: #BECBF0; }
a { background-color: rgb(190,203,240); }
div.DivClassName
{
background-color: #BECBF0;
}
.BgClassName
{
background-color: #BECBF0;
}
</style>
border-color css
<style>
span { border-color: #BECBF0; }
span { border-color: rgb(190,203,240); }
td.TdClassName
{
border-color: #BECBF0;
}
.TagClassName
{
border-color: #BECBF0;
}
</style>