Shades of Periwinkle #BECEF0
Tints of Periwinkle #BECEF0
RGB
CMYK
RGB Variations
Color information
#BECEF0 (or 0xBECEF0) is known color: Periwinkle. HEX triplet: BE, CE and F0. RGB value is (190,206,240). Sum of RGB (Red+Green+Blue) = 190+206+240=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #BECEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEF0 is #41310F. Grayscale: #CCCCCC. Windows color (decimal): -4272400 or 15781566. OLE color: 15781566.
HSL color Cylindrical-coordinate representation of color #BECEF0: hue angle of 220.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 #BECEF0 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 206 | 240 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.06 |
| HSL | 220.8º | 0.63% | 0.84% | - |
| HSV(B) | 220.8º | 0.21% | 0.94% | - |
| XYZ | 59.03 | 61.38 | 91.17 | - |
| YUV | 205.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 240 | 0.21 | 0.14 | 0 | 0.06 | 220.8 | 0.63 | 0.84 |
| Hex | BE | CE | F0 | 15 | E | 0 | 6 | DD | 3E | 54 |
| Octal | 276 | 316 | 360 | 25 | 16 | 0 | 6 | 335 | 76 | 124 |
| Binary | 10111110 | 11001110 | 11110000 | 10101 | 1110 | 0 | 110 | 11011101 | 111110 | 1010100 |
Color Harmonies of #BECEF0
Complementary color
Monochromatic Colors of #BECEF0
Black with #BECEF0
Text Example
Text Example
White with #BECEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEF0; }
p { color: rgb(190,206,240); }
H1.HeaderClassName
{
color: #BECEF0;
}
.AnyTagClassName
{
color: #BECEF0;
}
</style>
background-color css
<style>
a { background-color: #BECEF0; }
a { background-color: rgb(190,206,240); }
div.DivClassName
{
background-color: #BECEF0;
}
.BgClassName
{
background-color: #BECEF0;
}
</style>
border-color css
<style>
span { border-color: #BECEF0; }
span { border-color: rgb(190,206,240); }
td.TdClassName
{
border-color: #BECEF0;
}
.TagClassName
{
border-color: #BECEF0;
}
</style>