Shades of Periwinkle #BECEF2
Tints of Periwinkle #BECEF2
RGB
CMYK
RGB Variations
Color information
#BECEF2 (or 0xBECEF2) is known color: Periwinkle. HEX triplet: BE, CE and F2. RGB value is (190,206,242). Sum of RGB (Red+Green+Blue) = 190+206+242=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #BECEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEF2 is #41310D. Grayscale: #CDCDCD. Windows color (decimal): -4272398 or 15912638. OLE color: 15912638.
HSL color Cylindrical-coordinate representation of color #BECEF2: hue angle of 221.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECEF2 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 206 | 242 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.05 |
| HSL | 221.54º | 0.67% | 0.85% | - |
| HSV(B) | 221.54º | 0.21% | 0.95% | - |
| XYZ | 59.33 | 61.5 | 92.75 | - |
| YUV | 205.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 242 | 0.21 | 0.15 | 0 | 0.05 | 221.54 | 0.67 | 0.85 |
| Hex | BE | CE | F2 | 15 | F | 0 | 5 | DE | 43 | 55 |
| Octal | 276 | 316 | 362 | 25 | 17 | 0 | 5 | 336 | 103 | 125 |
| Binary | 10111110 | 11001110 | 11110010 | 10101 | 1111 | 0 | 101 | 11011110 | 1000011 | 1010101 |
Color Harmonies of #BECEF2
Complementary color
Monochromatic Colors of #BECEF2
Black with #BECEF2
Text Example
Text Example
White with #BECEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEF2; }
p { color: rgb(190,206,242); }
H1.HeaderClassName
{
color: #BECEF2;
}
.AnyTagClassName
{
color: #BECEF2;
}
</style>
background-color css
<style>
a { background-color: #BECEF2; }
a { background-color: rgb(190,206,242); }
div.DivClassName
{
background-color: #BECEF2;
}
.BgClassName
{
background-color: #BECEF2;
}
</style>
border-color css
<style>
span { border-color: #BECEF2; }
span { border-color: rgb(190,206,242); }
td.TdClassName
{
border-color: #BECEF2;
}
.TagClassName
{
border-color: #BECEF2;
}
</style>