Shades of Periwinkle #BECCEA
Tints of Periwinkle #BECCEA
RGB
CMYK
RGB Variations
Color information
#BECCEA (or 0xBECCEA) is known color: Periwinkle. HEX triplet: BE, CC and EA. RGB value is (190,204,234). Sum of RGB (Red+Green+Blue) = 190+204+234=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #BECCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCEA is #413315. Grayscale: #CBCBCB. Windows color (decimal): -4272918 or 15387838. OLE color: 15387838.
HSL color Cylindrical-coordinate representation of color #BECCEA: hue angle of 220.91º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECCEA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 204 | 234 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.08 |
| HSL | 220.91º | 0.51% | 0.83% | - |
| HSV(B) | 220.91º | 0.19% | 0.92% | - |
| XYZ | 57.68 | 60.07 | 86.4 | - |
| YUV | 203.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 234 | 0.19 | 0.13 | 0 | 0.08 | 220.91 | 0.51 | 0.83 |
| Hex | BE | CC | EA | 13 | D | 0 | 8 | DD | 33 | 53 |
| Octal | 276 | 314 | 352 | 23 | 15 | 0 | 10 | 335 | 63 | 123 |
| Binary | 10111110 | 11001100 | 11101010 | 10011 | 1101 | 0 | 1000 | 11011101 | 110011 | 1010011 |
Color Harmonies of #BECCEA
Complementary color
Monochromatic Colors of #BECCEA
Black with #BECCEA
Text Example
Text Example
White with #BECCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCEA; }
p { color: rgb(190,204,234); }
H1.HeaderClassName
{
color: #BECCEA;
}
.AnyTagClassName
{
color: #BECCEA;
}
</style>
background-color css
<style>
a { background-color: #BECCEA; }
a { background-color: rgb(190,204,234); }
div.DivClassName
{
background-color: #BECCEA;
}
.BgClassName
{
background-color: #BECCEA;
}
</style>
border-color css
<style>
span { border-color: #BECCEA; }
span { border-color: rgb(190,204,234); }
td.TdClassName
{
border-color: #BECCEA;
}
.TagClassName
{
border-color: #BECCEA;
}
</style>