Shades of Periwinkle #BECDEE
Tints of Periwinkle #BECDEE
RGB
CMYK
RGB Variations
Color information
#BECDEE (or 0xBECDEE) is known color: Periwinkle. HEX triplet: BE, CD and EE. RGB value is (190,205,238). Sum of RGB (Red+Green+Blue) = 190+205+238=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #BECDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDEE is #413211. Grayscale: #CCCCCC. Windows color (decimal): -4272658 or 15650238. OLE color: 15650238.
HSL color Cylindrical-coordinate representation of color #BECDEE: hue angle of 221.25º 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 #BECDEE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 205 | 238 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.07 |
| HSL | 221.25º | 0.59% | 0.84% | - |
| HSV(B) | 221.25º | 0.2% | 0.93% | - |
| XYZ | 58.5 | 60.78 | 89.54 | - |
| YUV | 204.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 238 | 0.20 | 0.14 | 0 | 0.07 | 221.25 | 0.59 | 0.84 |
| Hex | BE | CD | EE | 14 | E | 0 | 7 | DD | 3B | 54 |
| Octal | 276 | 315 | 356 | 24 | 16 | 0 | 7 | 335 | 73 | 124 |
| Binary | 10111110 | 11001101 | 11101110 | 10100 | 1110 | 0 | 111 | 11011101 | 111011 | 1010100 |
Color Harmonies of #BECDEE
Complementary color
Monochromatic Colors of #BECDEE
Black with #BECDEE
Text Example
Text Example
White with #BECDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDEE; }
p { color: rgb(190,205,238); }
H1.HeaderClassName
{
color: #BECDEE;
}
.AnyTagClassName
{
color: #BECDEE;
}
</style>
background-color css
<style>
a { background-color: #BECDEE; }
a { background-color: rgb(190,205,238); }
div.DivClassName
{
background-color: #BECDEE;
}
.BgClassName
{
background-color: #BECDEE;
}
</style>
border-color css
<style>
span { border-color: #BECDEE; }
span { border-color: rgb(190,205,238); }
td.TdClassName
{
border-color: #BECDEE;
}
.TagClassName
{
border-color: #BECDEE;
}
</style>