Shades of Periwinkle #BECEFE
Tints of Periwinkle #BECEFE
RGB
CMYK
RGB Variations
Color information
#BECEFE (or 0xBECEFE) is known color: Periwinkle. HEX triplet: BE, CE and FE. RGB value is (190,206,254). Sum of RGB (Red+Green+Blue) = 190+206+254=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #BECEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEFE is #413101. Grayscale: #CECECE. Windows color (decimal): -4272386 or 16699070. OLE color: 16699070.
HSL color Cylindrical-coordinate representation of color #BECEFE: hue angle of 225º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECEFE is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 206 | 254 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.00 |
| HSL | 225º | 0.97% | 0.87% | - |
| HSV(B) | 225º | 0.25% | 1% | - |
| XYZ | 61.2 | 62.25 | 102.56 | - |
| YUV | 206.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 254 | 0.25 | 0.19 | 0 | 0.00 | 225 | 0.97 | 0.87 |
| Hex | BE | CE | FE | 19 | 13 | 0 | 0 | E1 | 61 | 57 |
| Octal | 276 | 316 | 376 | 31 | 23 | 0 | 0 | 341 | 141 | 127 |
| Binary | 10111110 | 11001110 | 11111110 | 11001 | 10011 | 0 | 0 | 11100001 | 1100001 | 1010111 |
Color Harmonies of #BECEFE
Complementary color
Monochromatic Colors of #BECEFE
Black with #BECEFE
Text Example
Text Example
White with #BECEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEFE; }
p { color: rgb(190,206,254); }
H1.HeaderClassName
{
color: #BECEFE;
}
.AnyTagClassName
{
color: #BECEFE;
}
</style>
background-color css
<style>
a { background-color: #BECEFE; }
a { background-color: rgb(190,206,254); }
div.DivClassName
{
background-color: #BECEFE;
}
.BgClassName
{
background-color: #BECEFE;
}
</style>
border-color css
<style>
span { border-color: #BECEFE; }
span { border-color: rgb(190,206,254); }
td.TdClassName
{
border-color: #BECEFE;
}
.TagClassName
{
border-color: #BECEFE;
}
</style>