Shades of Periwinkle #BECBEE
Tints of Periwinkle #BECBEE
RGB
CMYK
RGB Variations
Color information
#BECBEE (or 0xBECBEE) is known color: Periwinkle. HEX triplet: BE, CB and EE. RGB value is (190,203,238). Sum of RGB (Red+Green+Blue) = 190+203+238=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #BECBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBEE is #413411. Grayscale: #CACACA. Windows color (decimal): -4273170 or 15649726. OLE color: 15649726.
HSL color Cylindrical-coordinate representation of color #BECBEE: hue angle of 223.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECBEE is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 203 | 238 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.07 |
| HSL | 223.75º | 0.59% | 0.84% | - |
| HSV(B) | 223.75º | 0.2% | 0.93% | - |
| XYZ | 58.02 | 59.83 | 89.38 | - |
| YUV | 203.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 238 | 0.20 | 0.15 | 0 | 0.07 | 223.75 | 0.59 | 0.84 |
| Hex | BE | CB | EE | 14 | F | 0 | 7 | E0 | 3B | 54 |
| Octal | 276 | 313 | 356 | 24 | 17 | 0 | 7 | 340 | 73 | 124 |
| Binary | 10111110 | 11001011 | 11101110 | 10100 | 1111 | 0 | 111 | 11100000 | 111011 | 1010100 |
Color Harmonies of #BECBEE
Complementary color
Monochromatic Colors of #BECBEE
Black with #BECBEE
Text Example
Text Example
White with #BECBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBEE; }
p { color: rgb(190,203,238); }
H1.HeaderClassName
{
color: #BECBEE;
}
.AnyTagClassName
{
color: #BECBEE;
}
</style>
background-color css
<style>
a { background-color: #BECBEE; }
a { background-color: rgb(190,203,238); }
div.DivClassName
{
background-color: #BECBEE;
}
.BgClassName
{
background-color: #BECBEE;
}
</style>
border-color css
<style>
span { border-color: #BECBEE; }
span { border-color: rgb(190,203,238); }
td.TdClassName
{
border-color: #BECBEE;
}
.TagClassName
{
border-color: #BECBEE;
}
</style>