Shades of Periwinkle #BECBFB
Tints of Periwinkle #BECBFB
RGB
CMYK
RGB Variations
Color information
#BECBFB (or 0xBECBFB) is known color: Periwinkle. HEX triplet: BE, CB and FB. RGB value is (190,203,251). Sum of RGB (Red+Green+Blue) = 190+203+251=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #BECBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBFB is #413404. Grayscale: #CCCCCC. Windows color (decimal): -4273157 or 16501694. OLE color: 16501694.
HSL color Cylindrical-coordinate representation of color #BECBFB: hue angle of 227.21º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECBFB is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 203 | 251 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.02 |
| HSL | 227.21º | 0.88% | 0.86% | - |
| HSV(B) | 227.21º | 0.24% | 0.98% | - |
| XYZ | 60 | 60.62 | 99.81 | - |
| YUV | 204.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 251 | 0.24 | 0.19 | 0 | 0.02 | 227.21 | 0.88 | 0.86 |
| Hex | BE | CB | FB | 18 | 13 | 0 | 2 | E3 | 58 | 56 |
| Octal | 276 | 313 | 373 | 30 | 23 | 0 | 2 | 343 | 130 | 126 |
| Binary | 10111110 | 11001011 | 11111011 | 11000 | 10011 | 0 | 10 | 11100011 | 1011000 | 1010110 |
Color Harmonies of #BECBFB
Complementary color
Monochromatic Colors of #BECBFB
Black with #BECBFB
Text Example
Text Example
White with #BECBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBFB; }
p { color: rgb(190,203,251); }
H1.HeaderClassName
{
color: #BECBFB;
}
.AnyTagClassName
{
color: #BECBFB;
}
</style>
background-color css
<style>
a { background-color: #BECBFB; }
a { background-color: rgb(190,203,251); }
div.DivClassName
{
background-color: #BECBFB;
}
.BgClassName
{
background-color: #BECBFB;
}
</style>
border-color css
<style>
span { border-color: #BECBFB; }
span { border-color: rgb(190,203,251); }
td.TdClassName
{
border-color: #BECBFB;
}
.TagClassName
{
border-color: #BECBFB;
}
</style>