Shades of Periwinkle #BECCED
Tints of Periwinkle #BECCED
RGB
CMYK
RGB Variations
Color information
#BECCED (or 0xBECCED) is known color: Periwinkle. HEX triplet: BE, CC and ED. RGB value is (190,204,237). Sum of RGB (Red+Green+Blue) = 190+204+237=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #BECCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCED is #413312. Grayscale: #CBCBCB. Windows color (decimal): -4272915 or 15584446. OLE color: 15584446.
HSL color Cylindrical-coordinate representation of color #BECCED: hue angle of 222.13º degrees, saturation: 0.57, 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 #BECCED is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 204 | 237 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.07 |
| HSL | 222.13º | 0.57% | 0.84% | - |
| HSV(B) | 222.13º | 0.2% | 0.93% | - |
| XYZ | 58.11 | 60.25 | 88.69 | - |
| YUV | 203.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 237 | 0.20 | 0.14 | 0 | 0.07 | 222.13 | 0.57 | 0.84 |
| Hex | BE | CC | ED | 14 | E | 0 | 7 | DE | 39 | 54 |
| Octal | 276 | 314 | 355 | 24 | 16 | 0 | 7 | 336 | 71 | 124 |
| Binary | 10111110 | 11001100 | 11101101 | 10100 | 1110 | 0 | 111 | 11011110 | 111001 | 1010100 |
Color Harmonies of #BECCED
Complementary color
Monochromatic Colors of #BECCED
Black with #BECCED
Text Example
Text Example
White with #BECCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCED; }
p { color: rgb(190,204,237); }
H1.HeaderClassName
{
color: #BECCED;
}
.AnyTagClassName
{
color: #BECCED;
}
</style>
background-color css
<style>
a { background-color: #BECCED; }
a { background-color: rgb(190,204,237); }
div.DivClassName
{
background-color: #BECCED;
}
.BgClassName
{
background-color: #BECCED;
}
</style>
border-color css
<style>
span { border-color: #BECCED; }
span { border-color: rgb(190,204,237); }
td.TdClassName
{
border-color: #BECCED;
}
.TagClassName
{
border-color: #BECCED;
}
</style>