Shades of Periwinkle #BEC8F2
Tints of Periwinkle #BEC8F2
RGB
CMYK
RGB Variations
Color information
#BEC8F2 (or 0xBEC8F2) is known color: Periwinkle. HEX triplet: BE, C8 and F2. RGB value is (190,200,242). Sum of RGB (Red+Green+Blue) = 190+200+242=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8F2 is #41370D. Grayscale: #C9C9C9. Windows color (decimal): -4273934 or 15911102. OLE color: 15911102.
HSL color Cylindrical-coordinate representation of color #BEC8F2: hue angle of 228.46º 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 #BEC8F2 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 200 | 242 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.05 |
| HSL | 228.46º | 0.67% | 0.85% | - |
| HSV(B) | 228.46º | 0.21% | 0.95% | - |
| XYZ | 57.92 | 58.67 | 92.28 | - |
| YUV | 201.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 242 | 0.21 | 0.17 | 0 | 0.05 | 228.46 | 0.67 | 0.85 |
| Hex | BE | C8 | F2 | 15 | 11 | 0 | 5 | E4 | 43 | 55 |
| Octal | 276 | 310 | 362 | 25 | 21 | 0 | 5 | 344 | 103 | 125 |
| Binary | 10111110 | 11001000 | 11110010 | 10101 | 10001 | 0 | 101 | 11100100 | 1000011 | 1010101 |
Color Harmonies of #BEC8F2
Complementary color
Monochromatic Colors of #BEC8F2
Black with #BEC8F2
Text Example
Text Example
White with #BEC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8F2; }
p { color: rgb(190,200,242); }
H1.HeaderClassName
{
color: #BEC8F2;
}
.AnyTagClassName
{
color: #BEC8F2;
}
</style>
background-color css
<style>
a { background-color: #BEC8F2; }
a { background-color: rgb(190,200,242); }
div.DivClassName
{
background-color: #BEC8F2;
}
.BgClassName
{
background-color: #BEC8F2;
}
</style>
border-color css
<style>
span { border-color: #BEC8F2; }
span { border-color: rgb(190,200,242); }
td.TdClassName
{
border-color: #BEC8F2;
}
.TagClassName
{
border-color: #BEC8F2;
}
</style>