Shades of Periwinkle #BECAF2
Tints of Periwinkle #BECAF2
RGB
CMYK
RGB Variations
Color information
#BECAF2 (or 0xBECAF2) is known color: Periwinkle. HEX triplet: BE, CA and F2. RGB value is (190,202,242). Sum of RGB (Red+Green+Blue) = 190+202+242=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #BECAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAF2 is #41350D. Grayscale: #CACACA. Windows color (decimal): -4273422 or 15911614. OLE color: 15911614.
HSL color Cylindrical-coordinate representation of color #BECAF2: hue angle of 226.15º 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 #BECAF2 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 190 | 202 | 242 | - |
CMYK | 0.21 | 0.17 | 0 | 0.05 |
HSL | 226.15º | 0.67% | 0.85% | - |
HSV(B) | 226.15º | 0.21% | 0.95% | - |
XYZ | 58.38 | 59.6 | 92.43 | - |
YUV | 202.97 | 150.02 | 118.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 202 | 242 | 0.21 | 0.17 | 0 | 0.05 | 226.15 | 0.67 | 0.85 |
Hex | BE | CA | F2 | 15 | 11 | 0 | 5 | E2 | 43 | 55 |
Octal | 276 | 312 | 362 | 25 | 21 | 0 | 5 | 342 | 103 | 125 |
Binary | 10111110 | 11001010 | 11110010 | 10101 | 10001 | 0 | 101 | 11100010 | 1000011 | 1010101 |
Color Harmonies of #BECAF2
Complementary color
Monochromatic Colors of #BECAF2
Black with #BECAF2
Text Example
Text Example
White with #BECAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAF2; }
p { color: rgb(190,202,242); }
H1.HeaderClassName
{
color: #BECAF2;
}
.AnyTagClassName
{
color: #BECAF2;
}
</style>
background-color css
<style>
a { background-color: #BECAF2; }
a { background-color: rgb(190,202,242); }
div.DivClassName
{
background-color: #BECAF2;
}
.BgClassName
{
background-color: #BECAF2;
}
</style>
border-color css
<style>
span { border-color: #BECAF2; }
span { border-color: rgb(190,202,242); }
td.TdClassName
{
border-color: #BECAF2;
}
.TagClassName
{
border-color: #BECAF2;
}
</style>