Shades of Periwinkle #BECCE3
Tints of Periwinkle #BECCE3
RGB
CMYK
RGB Variations
Color information
#BECCE3 (or 0xBECCE3) is known color: Periwinkle. HEX triplet: BE, CC and E3. RGB value is (190,204,227). Sum of RGB (Red+Green+Blue) = 190+204+227=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #BECCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCE3 is #41331C. Grayscale: #CACACA. Windows color (decimal): -4272925 or 14929086. OLE color: 14929086.
HSL color Cylindrical-coordinate representation of color #BECCE3: hue angle of 217.3º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECCE3 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 204 | 227 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.11 |
| HSL | 217.3º | 0.4% | 0.82% | - |
| HSV(B) | 217.3º | 0.16% | 0.89% | - |
| XYZ | 56.69 | 59.68 | 81.2 | - |
| YUV | 202.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 227 | 0.16 | 0.10 | 0 | 0.11 | 217.3 | 0.4 | 0.82 |
| Hex | BE | CC | E3 | 10 | A | 0 | B | D9 | 28 | 52 |
| Octal | 276 | 314 | 343 | 20 | 12 | 0 | 13 | 331 | 50 | 122 |
| Binary | 10111110 | 11001100 | 11100011 | 10000 | 1010 | 0 | 1011 | 11011001 | 101000 | 1010010 |
Color Harmonies of #BECCE3
Complementary color
Monochromatic Colors of #BECCE3
Black with #BECCE3
Text Example
Text Example
White with #BECCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCE3; }
p { color: rgb(190,204,227); }
H1.HeaderClassName
{
color: #BECCE3;
}
.AnyTagClassName
{
color: #BECCE3;
}
</style>
background-color css
<style>
a { background-color: #BECCE3; }
a { background-color: rgb(190,204,227); }
div.DivClassName
{
background-color: #BECCE3;
}
.BgClassName
{
background-color: #BECCE3;
}
</style>
border-color css
<style>
span { border-color: #BECCE3; }
span { border-color: rgb(190,204,227); }
td.TdClassName
{
border-color: #BECCE3;
}
.TagClassName
{
border-color: #BECCE3;
}
</style>