Shades of Periwinkle #BECDF2
Tints of Periwinkle #BECDF2
RGB
CMYK
RGB Variations
Color information
#BECDF2 (or 0xBECDF2) is known color: Periwinkle. HEX triplet: BE, CD and F2. RGB value is (190,205,242). Sum of RGB (Red+Green+Blue) = 190+205+242=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #BECDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDF2 is #41320D. Grayscale: #CCCCCC. Windows color (decimal): -4272654 or 15912382. OLE color: 15912382.
HSL color Cylindrical-coordinate representation of color #BECDF2: hue angle of 222.69º 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 #BECDF2 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 205 | 242 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.05 |
| HSL | 222.69º | 0.67% | 0.85% | - |
| HSV(B) | 222.69º | 0.21% | 0.95% | - |
| XYZ | 59.09 | 61.02 | 92.67 | - |
| YUV | 204.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 242 | 0.21 | 0.15 | 0 | 0.05 | 222.69 | 0.67 | 0.85 |
| Hex | BE | CD | F2 | 15 | F | 0 | 5 | DF | 43 | 55 |
| Octal | 276 | 315 | 362 | 25 | 17 | 0 | 5 | 337 | 103 | 125 |
| Binary | 10111110 | 11001101 | 11110010 | 10101 | 1111 | 0 | 101 | 11011111 | 1000011 | 1010101 |
Color Harmonies of #BECDF2
Complementary color
Monochromatic Colors of #BECDF2
Black with #BECDF2
Text Example
Text Example
White with #BECDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDF2; }
p { color: rgb(190,205,242); }
H1.HeaderClassName
{
color: #BECDF2;
}
.AnyTagClassName
{
color: #BECDF2;
}
</style>
background-color css
<style>
a { background-color: #BECDF2; }
a { background-color: rgb(190,205,242); }
div.DivClassName
{
background-color: #BECDF2;
}
.BgClassName
{
background-color: #BECDF2;
}
</style>
border-color css
<style>
span { border-color: #BECDF2; }
span { border-color: rgb(190,205,242); }
td.TdClassName
{
border-color: #BECDF2;
}
.TagClassName
{
border-color: #BECDF2;
}
</style>