Shades of Periwinkle #BECCF2
Tints of Periwinkle #BECCF2
RGB
CMYK
RGB Variations
Color information
#BECCF2 (or 0xBECCF2) is known color: Periwinkle. HEX triplet: BE, CC and F2. RGB value is (190,204,242). Sum of RGB (Red+Green+Blue) = 190+204+242=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #BECCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCF2 is #41330D. Grayscale: #CBCBCB. Windows color (decimal): -4272910 or 15912126. OLE color: 15912126.
HSL color Cylindrical-coordinate representation of color #BECCF2: hue angle of 223.85º 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 #BECCF2 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 190 | 204 | 242 | - |
CMYK | 0.21 | 0.16 | 0 | 0.05 |
HSL | 223.85º | 0.67% | 0.85% | - |
HSV(B) | 223.85º | 0.21% | 0.95% | - |
XYZ | 58.86 | 60.54 | 92.59 | - |
YUV | 204.15 | 149.36 | 117.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 242 | 0.21 | 0.16 | 0 | 0.05 | 223.85 | 0.67 | 0.85 |
Hex | BE | CC | F2 | 15 | 10 | 0 | 5 | E0 | 43 | 55 |
Octal | 276 | 314 | 362 | 25 | 20 | 0 | 5 | 340 | 103 | 125 |
Binary | 10111110 | 11001100 | 11110010 | 10101 | 10000 | 0 | 101 | 11100000 | 1000011 | 1010101 |
Color Harmonies of #BECCF2
Complementary color
Monochromatic Colors of #BECCF2
Black with #BECCF2
Text Example
Text Example
White with #BECCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCF2; }
p { color: rgb(190,204,242); }
H1.HeaderClassName
{
color: #BECCF2;
}
.AnyTagClassName
{
color: #BECCF2;
}
</style>
background-color css
<style>
a { background-color: #BECCF2; }
a { background-color: rgb(190,204,242); }
div.DivClassName
{
background-color: #BECCF2;
}
.BgClassName
{
background-color: #BECCF2;
}
</style>
border-color css
<style>
span { border-color: #BECCF2; }
span { border-color: rgb(190,204,242); }
td.TdClassName
{
border-color: #BECCF2;
}
.TagClassName
{
border-color: #BECCF2;
}
</style>